Skip to content

Commit 1823215

Browse files
Bump actions/cache in the action-deps group across 1 directory
Bumps the action-deps group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d07335c commit 1823215

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
toolchain: stable
3939
targets: wasm32-wasip1
40-
- uses: actions/cache@v5
40+
- uses: actions/cache@v6
4141
with:
4242
path: |
4343
~/.cargo/registry
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
toolchain: "1.91.1"
6868
components: clippy, rustfmt
69-
- uses: actions/cache@v5
69+
- uses: actions/cache@v6
7070
with:
7171
path: |
7272
~/.cargo/registry

0 commit comments

Comments
 (0)