Skip to content

Commit b7fabcd

Browse files
committed
chore: upgrade actions/checkout to v6 in GitHub workflows
1 parent 23aff88 commit b7fabcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: "24"

0 commit comments

Comments
 (0)