Skip to content

Commit 45830f2

Browse files
Bump actions/setup-dotnet from 2 to 3 (#1044)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9c5c73 commit 45830f2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/buildtest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Setup dotnet
15-
uses: actions/setup-dotnet@v2
15+
uses: actions/setup-dotnet@v3
1616
with:
1717
dotnet-version: |
1818
3.1.x
@@ -38,7 +38,7 @@ jobs:
3838
- name: Add msbuild to PATH
3939
uses: microsoft/[email protected]
4040
- name: Setup dotnet SDK 6
41-
uses: actions/setup-dotnet@v2
41+
uses: actions/setup-dotnet@v3
4242
with:
4343
dotnet-version: '6.0.x'
4444
- name: Restore nugets (msbuild)
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
- name: Setup dotnet
56-
uses: actions/setup-dotnet@v2
56+
uses: actions/setup-dotnet@v3
5757
with:
5858
dotnet-version: |
5959
3.1.x

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup dotnet
29-
uses: actions/setup-dotnet@v2
29+
uses: actions/setup-dotnet@v3
3030
with:
3131
dotnet-version: |
3232
3.1.x

.github/workflows/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Setup dotnet
18-
uses: actions/setup-dotnet@v2
18+
uses: actions/setup-dotnet@v3
1919
with:
2020
dotnet-version: |
2121
3.1.x

.github/workflows/nuget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Setup dotnet
18-
uses: actions/setup-dotnet@v2
18+
uses: actions/setup-dotnet@v3
1919
with:
2020
dotnet-version: |
2121
3.1.x

0 commit comments

Comments
 (0)