Skip to content

Commit c3e3386

Browse files
dependabot[bot]Ash-L2L
authored andcommitted
build(deps): bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef48dd7 commit c3e3386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# Keyed on the script (which pins the version) and OS.
102102
- name: Cache integration-test deps
103103
id: cache-deps
104-
uses: actions/cache@v4
104+
uses: actions/cache@v6
105105
with:
106106
path: .integration-deps
107107
key: integration-deps-${{ runner.os }}-${{ hashFiles('scripts/setup_integration_tests.sh') }}

0 commit comments

Comments
 (0)