Skip to content

Commit d056208

Browse files
chore(deps): bump actions/cache from 3.2.2 to 3.2.4 (#3524)
1 parent f5e6574 commit d056208

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/canary.yaml

Lines changed: 1 addition & 1 deletion
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/[email protected].2
28+
uses: actions/[email protected].4
2929
with:
3030
path: dist/
3131
key: ${{ runner.os }}-bins-${{github.workflow}}-${{github.sha}}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
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/[email protected].2
27+
uses: actions/[email protected].4
2828
with:
2929
path: dist/
3030
key: ${{ runner.os }}-bins-${{github.workflow}}-${{github.sha}}

.github/workflows/reusable-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
public.ecr.aws/aquasecurity/trivy:canary
100100
101101
- name: Cache Trivy binaries
102-
uses: actions/[email protected].2
102+
uses: actions/[email protected].4
103103
with:
104104
path: dist/
105105
# use 'github.sha' to create a unique cache folder for each run.

0 commit comments

Comments
 (0)