Skip to content

Commit ec02a65

Browse files
chore(deps): bump actions/cache from 3.3.2 to 4.0.0 (aquasecurity#6048)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27d35ba commit ec02a65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/canary.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Restore Trivy binaries from cache
28-
uses: actions/cache@v3.3.2
28+
uses: actions/cache@v4.0.0
2929
with:
3030
path: dist/
3131
key: ${{ runner.os }}-bins-${{github.workflow}}-${{github.sha}}

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Restore Trivy binaries from cache
27-
uses: actions/cache@v3.3.2
27+
uses: actions/cache@v4.0.0
2828
with:
2929
path: dist/
3030
key: ${{ runner.os }}-bins-${{github.workflow}}-${{github.sha}}

.github/workflows/reusable-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
public.ecr.aws/aquasecurity/trivy:canary
122122
123123
- name: Cache Trivy binaries
124-
uses: actions/cache@v3.3.2
124+
uses: actions/cache@v4.0.0
125125
with:
126126
path: dist/
127127
# use 'github.sha' to create a unique cache folder for each run.

0 commit comments

Comments
 (0)