Skip to content

Commit 2112853

Browse files
authored
Update to setup-dotnet@v3 (#255)
1 parent f0b6ab4 commit 2112853

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Use .NET ${{ env.DOTNET_VERSION }}
19-
uses: actions/setup-dotnet@v2
19+
uses: actions/setup-dotnet@v3
2020
with:
2121
dotnet-version: ${{ env.DOTNET_VERSION }}
2222

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v3
2929

3030
- name: Use .NET ${{ env.DOTNET_VERSION }}
31-
uses: actions/setup-dotnet@v2
31+
uses: actions/setup-dotnet@v3
3232
with:
3333
dotnet-version: ${{ env.DOTNET_VERSION }}
3434

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515

1616
- name: Use .NET ${{ env.DOTNET_VERSION }}
17-
uses: actions/setup-dotnet@v2
17+
uses: actions/setup-dotnet@v3
1818
with:
1919
dotnet-version: ${{ env.DOTNET_VERSION }}
2020

0 commit comments

Comments
 (0)