Skip to content

Commit f771a11

Browse files
chore(deps): update actions/cache action to v5.0.2
1 parent 2087714 commit f771a11

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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
53+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5454
with:
5555
path: ~/.sonar/cache
5656
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)