Skip to content

Commit dc72aee

Browse files
authored
Merge pull request #185 from microsoft/dependabot/github_actions/actions/setup-dotnet-2
Bump actions/setup-dotnet from 1.9.0 to 2
2 parents 34d13b2 + b281e62 commit dc72aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v2
4242

4343
- name: Setup .NET
44-
uses: actions/setup-dotnet@v1.9.0
44+
uses: actions/setup-dotnet@v2
4545
with:
4646
dotnet-version: 6.0.x
4747

0 commit comments

Comments
 (0)