Skip to content

Commit 258b057

Browse files
chore(deps): update actions/checkout action to v6
1 parent 8149d90 commit 258b057

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

0 commit comments

Comments
 (0)