Skip to content

Commit 3d62a43

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33d84bd commit 3d62a43

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3535
36-
- uses: actions/cache@v4
36+
- uses: actions/cache@v5
3737
name: Setup pnpm cache
3838
with:
3939
path: ${{ env.STORE_PATH }}
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Cache Cypress Binary
4545
id: cache-cypress-binary
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ~/.cache/Cypress
4949
key: binary-${{ env.NODE_VERSION }}-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3636
37-
- uses: actions/cache@v4
37+
- uses: actions/cache@v5
3838
name: Setup pnpm cache
3939
with:
4040
path: ${{ env.STORE_PATH }}

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3434
35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
name: Setup pnpm cache
3737
with:
3838
path: ${{ env.STORE_PATH }}

.github/workflows/i18n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3434
35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
name: Setup pnpm cache
3737
with:
3838
path: ${{ env.STORE_PATH }}

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3636
37-
- uses: actions/cache@v4
37+
- uses: actions/cache@v5
3838
name: Setup pnpm cache
3939
with:
4040
path: ${{ env.STORE_PATH }}

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3434
35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
name: Setup pnpm cache
3737
with:
3838
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)