Skip to content

Commit e29515a

Browse files
build(deps): bump actions/cache from 4 to 5 in the github-actions group (#996)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11f803c commit e29515a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Cache Rust Output
4848
id: rust-output-cache
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: |
5252
wasm_module/pkg

.github/workflows/legacy-build-deploy.yml

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

3232
- name: Cache dependencies
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3636
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/previews-cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Cache Rust Output
5757
id: rust-output-cache
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: |
6161
wasm_module/pkg

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Cache Rust Output
3838
id: rust-output-cache
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: |
4242
wasm_module/pkg

0 commit comments

Comments
 (0)