Merge pull request #4338 from dexidp/dependabot/github_actions/actions/cache-4.3.0

build(deps): bump actions/cache from 4.2.4 to 4.3.0
This commit is contained in:
Márk Sági-Kazár
2025-10-15 21:45:32 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ jobs:
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Restore trivy cache
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: cache/db
key: trivy-cache-${{ steps.date.outputs.date }}
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
rm javadb.tar.gz
- name: Cache DBs
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ${{ github.workspace }}/.cache/trivy
key: cache-trivy-${{ steps.date.outputs.date }}