Skip to content

Commit

Permalink
Bump actions/cache from 3.3.2 to 4.0.0 (#158)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.2...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent 80b0cda commit d747dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Cache Local Maven Build
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: target
key: release-build-${{ github.ref }}
Expand Down Expand Up @@ -114,14 +114,14 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Cache Local Maven Build
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: target
key: ${{ github.workflow }}-build-${{ github.ref }}
restore-keys: |
${{ github.workflow }}-build-${{ github.ref }}
- name: Cache Local Docker
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: /var/lib/docker
key: ${{ github.workflow }}-docker-${{ github.ref }}
Expand Down

0 comments on commit d747dcf

Please sign in to comment.