Skip to content

Commit 29b4110

Browse files
Bump actions/cache.
1 parent e75bd9d commit 29b4110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "::set-output name=dir::$(yarn cache dir)"
4040

4141
- name: Cache Yarn
42-
uses: actions/cache@v1
42+
uses: actions/cache@v4
4343
with:
4444
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
4545
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)