Merge pull request #367 from OpenBankProject/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
This commit is contained in:
tawoe 2024-11-25 11:18:47 +01:00 committed by GitHub
commit f72081bb56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}