Skip to content

Commit bf09250

Browse files
Bump actions/cache from 3 to 4 (#134)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30d2fea commit bf09250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java-version: 17
2020
distribution: adopt
2121
- name: cache mvn repository
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.m2/repository
2525
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -37,7 +37,7 @@ jobs:
3737
path: tenant-security-proxy
3838
token: ${{ secrets.WORKFLOW_PAT }}
3939
- name: cache cargo registry
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4343
path: |
@@ -147,7 +147,7 @@ jobs:
147147
java-version: 17
148148
distribution: adopt
149149
- name: cache mvn repository
150-
uses: actions/cache@v3
150+
uses: actions/cache@v4
151151
with:
152152
path: ~/.m2/repository
153153
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)