Skip to content

Commit edf0925

Browse files
build(deps): Bump actions/cache from 5.0.3 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74663cf commit edf0925

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-with-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
components: llvm-tools-preview
6464

6565
- name: Cache dependencies
66-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
66+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6767
env:
6868
cache-name: cache-dependencies
6969
with:
@@ -79,7 +79,7 @@ jobs:
7979
# Cache target directory seperately to prevent cache invalidation of
8080
# ~/.cargo when target changes
8181
#- name: Cache target directory
82-
# uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
82+
# uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8383
# env:
8484
# cache-name: cache-dependencies
8585
# with:

0 commit comments

Comments
 (0)