Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3.0.5 to 3.0.8 (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 4, 2022
1 parent db45447 commit 4dcce14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Restore Trivy binaries from cache
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.8
with:
path: dist/
key: ${{ runner.os }}-bins-${{github.workflow}}-${{github.sha}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Restore Trivy binaries from cache
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.8
with:
path: dist/
key: ${{ runner.os }}-bins-${{github.workflow}}-${{github.sha}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release.yaml
Expand Up @@ -100,7 +100,7 @@ jobs:
public.ecr.aws/aquasecurity/trivy:canary
- name: Cache Trivy binaries
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.8
with:
path: dist/
# use 'github.sha' to create a unique cache folder for each run.
Expand Down

0 comments on commit 4dcce14

Please sign in to comment.