Skip to content

Commit 159639c

Browse files
chore: update actions/cache action to v5
1 parent da41cdb commit 159639c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir-path
1919
run: echo "path=$(yarn cache dir)" >> $GITHUB_OUTPUT
20-
- uses: actions/cache@v3
20+
- uses: actions/cache@v5
2121
with:
2222
path: ${{ steps.yarn-cache-dir-path.outputs.path }}
2323
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Get yarn cache directory path
3131
id: yarn-cache-dir-path
3232
run: echo "path=$(yarn cache dir)" >> $GITHUB_OUTPUT
33-
- uses: actions/cache@v3
33+
- uses: actions/cache@v5
3434
with:
3535
path: ${{ steps.yarn-cache-dir-path.outputs.path }}
3636
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)