Skip to content

Commit 8db9f3c

Browse files
Bump actions/cache from 4.2.4 to 4.3.0 (#873)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91a57de commit 8db9f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
# password: ${{ secrets.REGISTRY_TOKEN }}
171171
- name: Pull Image
172172
run: docker pull ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
173-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
173+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
174174
with:
175175
path: ${{ github.workspace }}/.cache/trivy
176176
key: ${{ github.head_ref || github.ref_name }}-trivy

0 commit comments

Comments
 (0)