Skip to content

Commit 0f10fd4

Browse files
chore(deps): update actions/cache action to v4
1 parent 6761714 commit 0f10fd4

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
@@ -36,7 +36,7 @@ jobs:
3636
id: yarn-cache-dir-path
3737
run: echo "::set-output name=dir::$(yarn cache dir)"
3838

39-
- uses: actions/cache@v3
39+
- uses: actions/cache@v4
4040
id: yarn-cache
4141
with:
4242
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)