diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4bf71fa0..27a311ba7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: target/*.json target/*.xml - name: Cache Maven packages - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: key: maven-output-${{ hashFiles('target/**') }} path: | @@ -92,7 +92,7 @@ jobs: images: owasp/security-shepherd - name: Restore Cached Maven packages - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: key: maven-output-${{ hashFiles('target/**') }} path: |