Skip to content

Commit c734a3e

Browse files
Update actions/cache action to v4
1 parent ace5f68 commit c734a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shipjs-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Get yarn cache
2020
id: yarn-cache
2121
run: echo "::set-output name=dir::$(yarn cache dir)"
22-
- uses: actions/cache@v2.1.8
22+
- uses: actions/cache@v4.0.0
2323
with:
2424
path: ${{ steps.yarn-cache.outputs.dir }}
2525
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)