Skip to content

Commit 11c5906

Browse files
chore(deps): Bump actions/cache in /.github/actions/build-docker-image
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ee69ed commit 11c5906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-docker-image/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ runs:
136136
run: mkdir -p .cache/trivy/db
137137

138138
- name: Restore Trivy database
139-
uses: actions/cache/restore@v4.1.2
139+
uses: actions/cache/restore@v4.2.0
140140
with:
141141
path: .cache/trivy/db
142142
key: trivy
@@ -178,7 +178,7 @@ runs:
178178
fi
179179
180180
- name: Cache Trivy database
181-
uses: actions/cache/save@v4.1.2
181+
uses: actions/cache/save@v4.2.0
182182
with:
183183
path: .cache/trivy/db
184184
key: trivy

0 commit comments

Comments
 (0)