Skip to content

Commit

Permalink
Merge pull request #289 from microsoftgraph/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
andrueastman authored Nov 7, 2023
2 parents 6fffc18 + 0e0b565 commit 3503b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Cache SonarCloud packages
Expand Down

0 comments on commit 3503b98

Please sign in to comment.