fix(deps): bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-21 09:18:11 +00:00 committed by Sebastian Thomschke
parent 63d63f6e3a
commit d21a2a02b1

View file

@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3 #https://github.com/actions/checkout uses: actions/checkout@v3 #https://github.com/actions/checkout
- name: Cache trivy cache - name: Cache trivy cache
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: ${{ env.TRIVY_CACHE_DIR }} path: ${{ env.TRIVY_CACHE_DIR }}
# https://github.com/actions/cache/issues/342#issuecomment-673371329 # https://github.com/actions/cache/issues/342#issuecomment-673371329