Skip to content

Commit 751057c

Browse files
Merge pull request #113 from SolidOS/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 36f9c21 + 7719134 commit 751057c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 20.x
2222
- 22.x
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v6
2727
with:

0 commit comments

Comments
 (0)