File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Restore Trivy binaries from cache
28
- uses : actions/cache@v3.3.2
28
+ uses : actions/cache@v4.0.0
29
29
with :
30
30
path : dist/
31
31
key : ${{ runner.os }}-bins-${{github.workflow}}-${{github.sha}}
Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Restore Trivy binaries from cache
27
- uses : actions/cache@v3.3.2
27
+ uses : actions/cache@v4.0.0
28
28
with :
29
29
path : dist/
30
30
key : ${{ runner.os }}-bins-${{github.workflow}}-${{github.sha}}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
public.ecr.aws/aquasecurity/trivy:canary
122
122
123
123
- name : Cache Trivy binaries
124
- uses : actions/cache@v3.3.2
124
+ uses : actions/cache@v4.0.0
125
125
with :
126
126
path : dist/
127
127
# use 'github.sha' to create a unique cache folder for each run.
You can’t perform that action at this time.
0 commit comments