From f1a90e70a59e503347e8886cff6d4cc0f163d2f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 01:53:40 +0000 Subject: [PATCH] Update actions/cache action to v3.2.2 --- .github/workflows/maven.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 23942ba7bf..dec1ef426b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,14 +27,14 @@ jobs: with: distribution: 'zulu' java-version: ${{ matrix.java_version }} - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - name: Cache SonarCloud packages - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }} env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa0fcbfba1..631fde75af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: server-password: CI_DEPLOY_PASSWORD gpg-passphrase: GPG_PASSPHRASE gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}