Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
257b4b47d4 Update https://git.quad4.io/actions/cache action to v5
All checks were successful
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 1m0s
2025-12-29 20:05:31 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache
uses: https://git.quad4.io/actions/cache@v4
uses: https://git.quad4.io/actions/cache@v5
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

View File

@@ -30,7 +30,7 @@ jobs:
go-version: '1.25.4'
- name: Setup Java
uses: https://git.quad4.io/actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5
uses: https://git.quad4.io/actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
with:
distribution: 'temurin'
java-version: '21'