Skip to content

Commit 7536090

Browse files
chore(deps): bump actions/cache from 1 to 4 (#201)
1 parent 48ca6d4 commit 7536090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: yarn-cache-dir-path
1919
run: echo "::set-output name=dir::$(yarn cache dir)"
2020

21-
- uses: actions/cache@v1
21+
- uses: actions/cache@v4
2222
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2323
with:
2424
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: yarn-cache-dir-path
1818
run: echo "::set-output name=dir::$(yarn cache dir)"
1919

20-
- uses: actions/cache@v1
20+
- uses: actions/cache@v4
2121
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2222
with:
2323
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)