Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f72081b

Browse files
authored
Merge pull request #367 from OpenBankProject/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 8e78ce3 + 92603f5 commit f72081b

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows
    • run_trivy.yml

1 file changed

+1
-1
lines changed

.github/workflows/run_trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sha=$(gh api -H "${headers}" "${endpoint}" | jq --raw-output "${jqFilter}")
2929
echo "Trivy DB sha256:${sha}"
3030
echo "::set-output name=sha::${sha}"
31-
- uses: actions/cache@v3
31+
- uses: actions/cache@v4
3232
with:
3333
path: .trivy
3434
key: ${{ runner.os }}-trivy-db-${{ steps.trivy-db.outputs.sha }}

0 commit comments

Comments
(0)