Skip to content

Commit cfc0406

Browse files
authored
Merge pull request #152 from abraham/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents da871b6 + 2dd71ad commit cfc0406

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@v5
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-node@v6
1414
with:
1515
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)