Skip to content

Commit 7bfb935

Browse files
feat(deps): update actions/checkout digest to 8e8c483
1 parent 2f49c5c commit 7bfb935

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
37+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3838
- name: yarn cache
3939
uses: actions/cache@v4
4040
with:

0 commit comments

Comments
 (0)