Skip to content

Commit 9fa9250

Browse files
Bump actions/cache/save from 5.0.5 to 6.1.0
Bumps [actions/cache/save](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache/save dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f9d80b commit 9fa9250

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ jobs:
574574

575575
- name: save prek cache
576576
if: ${{ github.ref == 'refs/heads/main' }} # only save on main
577-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
577+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
578578
with:
579579
key: prek-${{ hashFiles('.pre-commit-config.yaml') }}
580580
path: ~/.cache/prek
@@ -737,7 +737,7 @@ jobs:
737737
- name: Save npm cache
738738
# Save only on main or release
739739
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release'
740-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
740+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
741741
with:
742742
path: ${{ steps.npm-cache-dir.outputs.dir }}
743743
key: node-${{ runner.os }}-wasm-demo-${{ hashFiles('wasm/demo/package-lock.json') }}

.github/workflows/update-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: cargo build --profile release ${{ env.CARGO_ARGS }}
6868

6969
- name: Save cache
70-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
70+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7171
with:
7272
path: |
7373
~/.cargo/bin/

0 commit comments

Comments
 (0)