Skip to content

Commit

Permalink
Merge pull request #367 from OpenBankProject/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
tawoe authored Nov 25, 2024
2 parents 8e78ce3 + 92603f5 commit f72081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sha=$(gh api -H "${headers}" "${endpoint}" | jq --raw-output "${jqFilter}")
echo "Trivy DB sha256:${sha}"
echo "::set-output name=sha::${sha}"
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .trivy
key: ${{ runner.os }}-trivy-db-${{ steps.trivy-db.outputs.sha }}
Expand Down

0 comments on commit f72081b

Please sign in to comment.