Skip to content

Commit

Permalink
Merge pull request #915 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.0

chore(deps): Bump actions/cache from 4.0.2 to 4.1.0 in /.github/actions/build-docker-image
  • Loading branch information
sjinks authored Oct 7, 2024
2 parents eb42b82 + d63bcb0 commit 9130df1
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/restore@v4.0.2
uses: actions/cache/restore@v4.1.0
with:
path: .cache/trivy/db
key: trivy
Expand Down Expand Up @@ -172,7 +172,7 @@ runs:
fi
- name: Cache Trivy database
uses: actions/cache/save@v4.0.2
uses: actions/cache/save@v4.1.0
with:
path: .cache/trivy/db
key: trivy
Expand Down

0 comments on commit 9130df1

Please sign in to comment.