Skip to content

Commit 7299abc

Browse files
chore(deps): update actions/cache action to v4
1 parent b0c0863 commit 7299abc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/shipjs-manual-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Get yarn cache
1515
id: yarn-cache
1616
run: echo "::set-output name=dir::$(yarn cache dir)"
17-
- uses: actions/cache@v2.1.6
17+
- uses: actions/cache@v4.2.0
1818
with:
1919
path: ${{ steps.yarn-cache.outputs.dir }}
2020
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/shipjs-trigger.yml

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

0 commit comments

Comments
 (0)