Skip to content

Commit ae9124b

Browse files
chore(deps): bump actions/cache from 3 to 4 (#4170)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ae9d79 commit ae9124b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sonar.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
distribution: 'adopt'
2828
java-version: 11
2929
- name: Cache SonarCloud packages
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/.sonar/cache
3333
key: ${{ runner.os }}-sonar-${{ steps.date.outputs.date }}
34-
- uses: actions/cache@v3
34+
- uses: actions/cache@v4
3535
with:
3636
path: |
3737
~/.m2/repository

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
distribution: 'adopt'
2626
java-version: ${{ matrix.java }}
27-
- uses: actions/cache@v3
27+
- uses: actions/cache@v4
2828
with:
2929
path: |
3030
~/.m2/repository

0 commit comments

Comments
 (0)