Skip to content

Commit

Permalink
docs: use actions/checkout@v4 as an example (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALX99 authored Mar 18, 2024
1 parent 1b9d398 commit 74e7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Disabling shallow clones is recommended for improving the relevancy of reporting
fetch-depth: 0
Expand Down

0 comments on commit 74e7b4f

Please sign in to comment.