Skip to content

Commit 9b0eb82

Browse files
Merge pull request #168 from SolidOS/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 41b9600 + 9b8173c commit 9b0eb82

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
@@ -26,7 +26,7 @@ jobs:
2626
- 22.x
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Use Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v6
3232
with:

0 commit comments

Comments
 (0)