Skip to content

Commit 3ae20fc

Browse files
chore(deps): update actions/cache action to v5 (#3201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f2b4cf commit 3ae20fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: yarn-cache
3232
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
3333

34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
with:
3636
path: ${{ steps.yarn-cache.outputs.dir }}
3737
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock', 'patches/*.patch') }}

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: yarn-cache
5959
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
6060

61-
- uses: actions/cache@v4
61+
- uses: actions/cache@v5
6262
with:
6363
path: ${{ steps.yarn-cache.outputs.dir }}
6464
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock', 'patches/*.patch') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
npm --version
4747
# Ensure latest npm is installed for trusted publishing (OIDC)
4848
49-
- uses: actions/cache@v4
49+
- uses: actions/cache@v5
5050
with:
5151
path: ${{ steps.yarn-cache.outputs.dir }}
5252
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock', 'patches/*.patch') }}

0 commit comments

Comments
 (0)