Skip to content

Commit e6ff310

Browse files
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ef1ce6 commit e6ff310

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4040
41-
- uses: actions/cache@v3
41+
- uses: actions/cache@v4
4242
name: Setup pnpm cache
4343
with:
4444
path: ${{ env.STORE_PATH }}
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
8585
86-
- uses: actions/cache@v3
86+
- uses: actions/cache@v4
8787
name: Setup pnpm cache
8888
with:
8989
path: ${{ env.STORE_PATH }}

.github/workflows/ci-cronjob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4040
41-
- uses: actions/cache@v3
41+
- uses: actions/cache@v4
4242
name: Setup pnpm cache
4343
with:
4444
path: ${{ env.STORE_PATH }}
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
9393
94-
- uses: actions/cache@v3
94+
- uses: actions/cache@v4
9595
name: Setup pnpm cache
9696
with:
9797
path: ${{ env.STORE_PATH }}

.github/workflows/ci-mongodb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4040
41-
- uses: actions/cache@v3
41+
- uses: actions/cache@v4
4242
name: Setup pnpm cache
4343
with:
4444
path: ${{ env.STORE_PATH }}
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
9393
94-
- uses: actions/cache@v3
94+
- uses: actions/cache@v4
9595
name: Setup pnpm cache
9696
with:
9797
path: ${{ env.STORE_PATH }}

.github/workflows/ci-multipart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4040
41-
- uses: actions/cache@v3
41+
- uses: actions/cache@v4
4242
name: Setup pnpm cache
4343
with:
4444
path: ${{ env.STORE_PATH }}
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
8585
86-
- uses: actions/cache@v3
86+
- uses: actions/cache@v4
8787
name: Setup pnpm cache
8888
with:
8989
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)