Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Commit 9ea8021

Browse files
Bump actions/cache from 4 to 6 (#232)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88d4d0a commit 9ea8021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarqube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2323

2424
- name: Cache SonarQube packages
25-
uses: actions/cache@v4
25+
uses: actions/cache@v6
2626
with:
2727
path: ~/.sonar/cache
2828
key: ${{ runner.os }}-sonar-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)