Skip to content
Snippets Groups Projects
Unverified Commit c20fceca authored by Márk Sági-Kazár's avatar Márk Sági-Kazár Committed by GitHub
Browse files

Merge pull request #3918 from dexidp/dependabot/github_actions/actions/cache-4.2.0

build(deps): bump actions/cache from 4.1.2 to 4.2.0
parents 9e92cca5 5f922797
Branches
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ jobs:
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Restore trivy cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: cache/db
key: trivy-cache-${{ steps.date.outputs.date }}
......
......@@ -33,7 +33,7 @@ jobs:
rm javadb.tar.gz
- name: Cache DBs
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ github.workspace }}/.cache/trivy
key: cache-trivy-${{ steps.date.outputs.date }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment