Skip to content

Commit

Permalink
Bump actions/cache from 4.1.2 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent cc2e4af commit c0deee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# to simulate an updatable cache. If eventually we need to clear the cache, increase the V* number
- name: Rules cache
id: rules-cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: qacover-core/.tdrules-cache
key: tdrules-cache-${{ matrix.scope }}-v1-${{ github.run_id }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
# Uses the same trick that in other jobs top simulate a writable cache
- name: Custom cache for IT
id: rules-cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: /home/runner/.m2/repository #can't pass $HOME
key: setup-java-IT-maven-v1-${{ github.run_id }}
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Rules cache
id: rules-cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: net/.tdrules-cache
key: tdrules-cache-Net-v1-${{ github.run_id }}
Expand Down

0 comments on commit c0deee1

Please sign in to comment.