Skip to content

Commit fbe3de0

Browse files
authored
Merge pull request #26 from microsoft/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 1a6db2a + 1496f68 commit fbe3de0

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
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/setup-dotnet@v3
4343
with:
4444
dotnet-version: 7.0.x
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4848
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)