Skip to content

Commit 74e7b4f

Browse files
authored
docs: use actions/checkout@v4 as an example (#96)
1 parent 1b9d398 commit 74e7b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sonarqube:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
with:
4848
# Disabling shallow clones is recommended for improving the relevancy of reporting
4949
fetch-depth: 0

0 commit comments

Comments
 (0)