Skip to content

Commit 55e604c

Browse files
Update actions/cache action to v3.0.4 (#2661)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c02d71a commit 55e604c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
with:
2626
distribution: 'zulu'
2727
java-version: ${{ matrix.java_version }}
28-
- uses: actions/[email protected].3
28+
- uses: actions/[email protected].4
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3232
restore-keys: |
3333
${{ runner.os }}-maven-
3434
- name: Cache SonarCloud packages
35-
uses: actions/[email protected].3
35+
uses: actions/[email protected].4
3636
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
3737
env:
3838
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
server-password: CI_DEPLOY_PASSWORD
2626
gpg-passphrase: GPG_PASSPHRASE
2727
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
28-
- uses: actions/[email protected].3
28+
- uses: actions/[email protected].4
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)