Skip to content

Commit a6c0967

Browse files
authored
Merge pull request #154 from Kilian/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 79cc3f8 + eacee0d commit a6c0967

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: [20.x, 22.x, 24.x]
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v5
2525
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
- name: Use Node.js
1919
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)