Skip to content

Commit 76ecd7c

Browse files
authored
Merge pull request #142 from abraham/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 777fa53 + a308d1d commit 76ecd7c

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
@@ -9,7 +9,7 @@ jobs:
99
node: [18]
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)