Skip to content

Commit

Permalink
chore(deps): Bump actions/cache in /.github/actions/build-docker-image
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent e4b19d4 commit ab22c4b
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.1.0
uses: actions/cache/restore@v4.1.1
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.1.0
uses: actions/cache/save@v4.1.1
with:
path: .cache/trivy/db
key: trivy
Expand Down

0 comments on commit ab22c4b

Please sign in to comment.