Skip to content

Commit 609b153

Browse files
Bump actions/cache from 4.2.0 to 4.2.2 (#649)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58edcb0 commit 609b153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
# password: ${{ secrets.REGISTRY_TOKEN }}
159159
- name: Pull Image
160160
run: docker pull ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
161-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
161+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
162162
with:
163163
path: ${{ github.workspace }}/.cache/trivy
164164
key: ${{ github.head_ref || github.ref_name }}-trivy

0 commit comments

Comments
 (0)