There was an error while loading. Please reload this page.
1 parent b70d597 commit 7e847f9Copy full SHA for 7e847f9
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Get yarn cache directory path
18
id: yarn-cache-dir-path
19
run: echo "path=$(yarn cache dir)" >> $GITHUB_OUTPUT
20
- - uses: actions/cache@v3
+ - uses: actions/cache@v5
21
with:
22
path: ${{ steps.yarn-cache-dir-path.outputs.path }}
23
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
.github/workflows/npm_release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments