Skip to content

Commit 5203aeb

Browse files
chore(deps): update actions/checkout digest to 692973e
1 parent d02d9f2 commit 5203aeb

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
@@ -17,7 +17,7 @@ jobs:
1717
id: find-yarn-cache
1818
run: echo "::set-output name=dir::$(yarn cache dir)"
1919
- name: git checkout
20-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
20+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2121
- name: Cache yarn dependencies
2222
uses: actions/cache@v4
2323
with:
@@ -40,7 +40,7 @@ jobs:
4040
id: find-yarn-cache
4141
run: echo "::set-output name=dir::$(yarn cache dir)"
4242
- name: git checkout
43-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
43+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4444
- name: Cache yarn dependencies
4545
uses: actions/cache@v4
4646
with:

0 commit comments

Comments
 (0)