diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a9298ff3..1b4b5dede 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-validate-${{ hashFiles('**/pom.xml') }} @@ -64,7 +64,7 @@ jobs: maven-password: ${{ secrets.NEXUS_PASSWORD }} - name: Save maven cache - uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 if: github.event_name == 'push' with: path: ~/.m2/repository