Skip to content

Commit ccb1dad

Browse files
authored
Merge pull request #795 from abraham/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 749ea1f + d37f6b8 commit ccb1dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
node: [18, 20, 22]
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-node@v6
1515
with:
1616
node-version: ${{ matrix.node }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: read
1111
id-token: write
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-node@v6
1515
with:
1616
node-version: 22

0 commit comments

Comments
 (0)