Skip to content

Commit

Permalink
Merge pull request #52 from udx/dependabot/github_actions/dot-github/…
Browse files Browse the repository at this point in the history
…workflows/actions/cache-4

Bump actions/cache from 3 to 4 in /.github/workflows
  • Loading branch information
fqjony authored Sep 30, 2024
2 parents b90212a + 5a5aa5a commit 2b81aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: .

- name: Cache Trivy DB
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/trivy
key: ${{ runner.os }}-trivy-db-${{ github.sha }}
Expand Down

0 comments on commit 2b81aab

Please sign in to comment.