Skip to content

Commit 38b8a6f

Browse files
chore(deps): update actions/cache action to v5
1 parent 000db7c commit 38b8a6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "::set-output name=dir::$(yarn cache dir)"
2323

2424
- name: Cache dependencies
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: ${{ steps.yarn-cache.outputs.dir }}
2828
key: ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "::set-output name=dir::$(yarn cache dir)"
2323

2424
- name: Cache dependencies
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: ${{ steps.yarn-cache.outputs.dir }}
2828
key: ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)