Skip to content

Commit 59875cc

Browse files
chore(deps): 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 dfb7ea6 commit 59875cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3636
3737
- name: Setup pnpm cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ${{ env.STORE_PATH }}
4141
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -84,7 +84,7 @@ jobs:
8484
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
8585
8686
- name: Setup pnpm cache
87-
uses: actions/cache@v4
87+
uses: actions/cache@v5
8888
with:
8989
path: ${{ env.STORE_PATH }}
9090
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -122,7 +122,7 @@ jobs:
122122
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
123123
124124
- name: Setup pnpm cache
125-
uses: actions/cache@v4
125+
uses: actions/cache@v5
126126
with:
127127
path: ${{ env.STORE_PATH }}
128128
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)