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:
dependabot[bot] 2025-12-15 20:31:16 +01:00 committed by GitHub
parent 03e38a8e84
commit 99bc99540f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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