Skip to content

Commit 5cff369

Browse files
build(deps): bump actions/cache from 5.0.5 to 6.1.0 (#2488)
Bumps [actions/cache](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 dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 711864f commit 5cff369

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/job-arrow-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
toolchain: stable
3838

3939
- name: Cache cargo registry and build
40-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
40+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
4141
with:
4242
path: |
4343
~/.cargo/registry

.github/workflows/job-mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: "mkdir -p var/infection/cache"
3434

3535
- name: "Cache infection results"
36-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
36+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
3737
with:
3838
path: "var/infection/cache"
3939
key: "php-${{ matrix.php-version }}-infection-cache-${{ hashFiles('infection.json', 'tools/infection/phpunit.xml', 'composer.lock') }}"

0 commit comments

Comments
 (0)