Skip to content

Commit 5f7e181

Browse files
chore(deps): update actions/checkout action to v4
1 parent 928c4b8 commit 5f7e181

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@v3
20+
uses: actions/checkout@v4
2121
- name: Cache yarn dependencies
2222
uses: actions/cache@v3
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@v3
43+
uses: actions/checkout@v4
4444
- name: Cache yarn dependencies
4545
uses: actions/cache@v3
4646
with:

0 commit comments

Comments
 (0)