Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 71fd845 commit e00a797
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
with:
path: target
key: ${{ github.workflow }}-build-${{ github.ref }}
restore-keys: |
${{ github.workflow }}-build-${{ github.ref }}
- name: Cache Local Docker
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: /var/lib/docker
key: ${{ github.workflow }}-docker-${{ github.ref }}
Expand Down

0 comments on commit e00a797

Please sign in to comment.