mirror of
https://github.com/vegardit/docker-openldap.git
synced 2026-04-11 01:24:35 +02:00
ci(deps): bump actions/cache from 4 to 5 (#19)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
03e38a8e84
commit
99bc99540f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
|
||||
|
||||
- name: Cache trivy cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ${{ env.TRIVY_CACHE_DIR }}
|
||||
# https://github.com/actions/cache/issues/342#issuecomment-673371329
|
||||
|
|
|
|||
Loading…
Reference in a new issue