Skip to content

Commit 89fdba6

Browse files
committed
updating cache actions version
1 parent c0829e0 commit 89fdba6

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
@@ -21,7 +21,7 @@ jobs:
2121
node-version: ${{ matrix.node_version }}
2222
- id: yarn-cache-dir-path
2323
run: echo "::set-output name=dir::$(yarn cache dir)"
24-
- uses: actions/cache@v1
24+
- uses: actions/cache@v4
2525
id: yarn-cache
2626
with:
2727
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)