Skip to content

Commit

Permalink
fix(deps): update actions/cache action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored and stempler committed Oct 8, 2024
1 parent e06eaae commit 34d09a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:

- name: Restore trivy cache
id: cache-trivy-restore
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
path: .trivy
key: ${{ runner.os }}-trivy-${{ github.job }}-${{ github.run_id }}
Expand Down Expand Up @@ -193,7 +193,7 @@ runs:
continue-on-error: true # ignore error (e.g. if cached was already saved in same workflow run)
if: always() # always save
id: cache-trivy-save
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
path: .trivy
key: ${{ steps.cache-trivy-restore.outputs.cache-primary-key }}
Expand Down

0 comments on commit 34d09a6

Please sign in to comment.