Skip to content

Commit 190e415

Browse files
chore(deps): update actions/cache action to v4.3.0
1 parent 12603c3 commit 190e415

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
@@ -52,7 +52,7 @@ jobs:
5252
echo "is_release=${IS_RELEASE}"
5353
} >> "$GITHUB_OUTPUT"
5454
- name: 🔍 Cache SonarQube packages
55-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5656
with:
5757
path: ~/.sonar/cache
5858
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)