Skip to content

Commit e7f734b

Browse files
dependabot[bot]manusa
authored andcommitted
chore(deps): bump actions/cache from 3 to 4
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] <support@github.com>
1 parent ce3a21d commit e7f734b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout
4949
uses: actions/checkout@v4
5050
- name: Cache .m2 registry
51-
uses: actions/cache@v3
51+
uses: actions/cache@v4
5252
with:
5353
path: ~/.m2/repository
5454
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}
@@ -80,7 +80,7 @@ jobs:
8080
github token: ${{ secrets.GITHUB_TOKEN }}
8181
start args: '--force'
8282
- name: Cache .m2 registry
83-
uses: actions/cache@v3
83+
uses: actions/cache@v4
8484
with:
8585
path: ~/.m2/repository
8686
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}
@@ -111,7 +111,7 @@ jobs:
111111
github token: ${{ secrets.GITHUB_TOKEN }}
112112
start args: '--force'
113113
- name: Cache .m2 registry
114-
uses: actions/cache@v3
114+
uses: actions/cache@v4
115115
with:
116116
path: ~/.m2/repository
117117
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}
@@ -162,7 +162,7 @@ jobs:
162162
oc version: ${{ matrix.openshift }}
163163
github token: ${{ secrets.GITHUB_TOKEN }}
164164
- name: Cache .m2 registry
165-
uses: actions/cache@v3
165+
uses: actions/cache@v4
166166
with:
167167
path: ~/.m2/repository
168168
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}

.github/workflows/release-snapshots.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout
4848
uses: actions/checkout@v4
4949
- name: Cache .m2 registry
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.m2/repository
5353
key: cache-snapshot-release-${{ github.sha }}-${{ github.run_id }}
@@ -74,7 +74,7 @@ jobs:
7474
- name: Checkout
7575
uses: actions/checkout@v4
7676
- name: Cache .m2 registry
77-
uses: actions/cache@v3
77+
uses: actions/cache@v4
7878
with:
7979
path: ~/.m2/repository
8080
key: cache-snapshot-release-${{ github.sha }}-${{ github.run_id }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
ref: ${{ github.event.inputs.tag }}
5656
- name: Cache .m2 registry
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
with:
5959
path: ~/.m2/repository
6060
key: cache-release-${{ github.sha }}-${{ github.run_id }}
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
ref: ${{ github.event.inputs.tag }}
8585
- name: Cache .m2 registry
86-
uses: actions/cache@v3
86+
uses: actions/cache@v4
8787
with:
8888
path: ~/.m2/repository
8989
key: cache-release-${{ github.sha }}-${{ github.run_id }}

0 commit comments

Comments
 (0)