Skip to content

Commit 09378c9

Browse files
authored
Merge pull request #289 from microsoft/dependabot/github_actions/actions/setup-dotnet-3.0.0
Bump actions/setup-dotnet from 2 to 3.0.0
2 parents 8c77094 + 1c90ed2 commit 09378c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
GITHUB_RUN_NUMBER: ${{ github.run_number }}
1515
steps:
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v2
17+
uses: actions/setup-dotnet@v3.0.0
1818
with:
1919
dotnet-version: 6.0.x
2020

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v3
4343

4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@v2
45+
uses: actions/setup-dotnet@v3.0.0
4646
with:
4747
dotnet-version: 6.0.x
4848

0 commit comments

Comments
 (0)