mirror of
https://github.com/vegardit/docker-openldap.git
synced 2026-05-21 12:14:16 +02:00
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:
parent
63d63f6e3a
commit
d21a2a02b1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue