Skip to content

Commit 861d0d7

Browse files
Update actions/checkout action to v4
1 parent 1c245e0 commit 861d0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
java-version: 21
1919
distribution: 'temurin' # Alternative distribution options are available.
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2323
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)