Skip to content

Commit d950e21

Browse files
authored
Merge pull request #518 from abraham/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 728242d + 956d1bd commit d950e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
node: [18, 20, 22]
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)