Skip to content

Commit ba5b443

Browse files
Merge pull request #231 from Project-Env/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents a85ea7f + 9d114f3 commit ba5b443

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- run: ldd --version
2828
if: ${{ matrix.os == 'ubuntu-20.04'}}
2929
- uses: actions/checkout@v4
30-
- uses: actions/cache@v3
30+
- uses: actions/cache@v4
3131
with:
3232
path: ~/.sonar/cache
3333
key: ${{ runner.os }}-sonar
3434
restore-keys: ${{ runner.os }}-sonar
35-
- uses: actions/cache@v3
35+
- uses: actions/cache@v4
3636
with:
3737
path: ~/.m2
3838
key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run: ldd --version
4848
if: ${{ matrix.os == 'ubuntu-20.04'}}
4949
- uses: actions/checkout@v4
50-
- uses: actions/cache@v3
50+
- uses: actions/cache@v4
5151
with:
5252
path: ~/.m2
5353
key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }}

0 commit comments

Comments
 (0)