Skip to content

Commit 393ad6b

Browse files
chore(deps): update actions/cache action to v5.0.1
1 parent 6cf93c0 commit 393ad6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "is_release=${IS_RELEASE}"
5151
} >> "$GITHUB_OUTPUT"
5252
- name: 🔍 Cache SonarQube packages
53-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
53+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5454
with:
5555
path: ~/.sonar/cache
5656
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)