Skip to content

Commit da73215

Browse files
chore(deps): update actions/cache action to v5 (#334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b22a79 commit da73215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '17' }}
3131
env:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
33+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3434
with:
3535
path: ~/.sonar/cache
3636
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)