Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit a123db9

Browse files
Bump actions/cache from 4.2.3 to 4.2.4 (#820)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eacf092 commit a123db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-ci.yaml

Lines changed: 1 addition & 1 deletion
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
161+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
162162
with:
163163
path: ${{ github.workspace }}/.cache/trivy
164164
key: ${{ github.head_ref || github.ref_name }}-trivy

0 commit comments

Comments
 (0)