Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and manusa committed Jan 18, 2024
1 parent ce3a21d commit e7f734b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Cache .m2 registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--force'
- name: Cache .m2 registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--force'
- name: Cache .m2 registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
oc version: ${{ matrix.openshift }}
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache .m2 registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-snapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Cache .m2 registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: cache-snapshot-release-${{ github.sha }}-${{ github.run_id }}
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Cache .m2 registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: cache-snapshot-release-${{ github.sha }}-${{ github.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
ref: ${{ github.event.inputs.tag }}
- name: Cache .m2 registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: cache-release-${{ github.sha }}-${{ github.run_id }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
with:
ref: ${{ github.event.inputs.tag }}
- name: Cache .m2 registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: cache-release-${{ github.sha }}-${{ github.run_id }}
Expand Down

0 comments on commit e7f734b

Please sign in to comment.