Skip to content

Commit

Permalink
Merge pull request #941 from Automattic/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/actions/build-docker-image/actions/cache-4.1.2

chore(deps): Bump actions/cache from 4.1.1 to 4.1.2 in /.github/actions/build-docker-image
  • Loading branch information
sjinks authored Oct 28, 2024
2 parents 5521c94 + 58a4c99 commit 120604e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ runs:
run: mkdir -p .cache/trivy/db

- name: Restore Trivy database
uses: actions/cache/[email protected].1
uses: actions/cache/[email protected].2
with:
path: .cache/trivy/db
key: trivy
Expand Down Expand Up @@ -172,7 +172,7 @@ runs:
fi
- name: Cache Trivy database
uses: actions/cache/[email protected].1
uses: actions/cache/[email protected].2
with:
path: .cache/trivy/db
key: trivy
Expand Down

0 comments on commit 120604e

Please sign in to comment.