Skip to content

Commit d69b39e

Browse files
feat(deps): update actions/checkout action to v6
1 parent 852a32c commit d69b39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [20.x]
1515
steps:
1616
- name: git checkout
17-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
17+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1818
- name: yarn cache
1919
uses: actions/cache@v4
2020
with:
@@ -34,7 +34,7 @@ jobs:
3434
needs: build-and-test
3535
steps:
3636
- name: git checkout
37-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
37+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3838
- name: yarn cache
3939
uses: actions/cache@v4
4040
with:

0 commit comments

Comments
 (0)