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

Bump actions/cache from 3 to 4
This commit is contained in:
Simon Redfern 2025-02-27 12:07:58 +01:00 committed by GitHub
commit 10c12e18b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,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 }}