Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38416c1

Browse files
authored
ci: bump dotnet from 6.0.x to 9.0.x
1 parent 030a9f9 commit 38416c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ARM.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Setup .NET
20-
uses: actions/setup-dotnet@v1
20+
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: '6.0.x'
22+
dotnet-version: '9.0.x'
2323

2424
- name: Clean previous install
2525
run: |

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
uses: actions/checkout@v2
5454

5555
- name: Setup .NET
56-
uses: actions/setup-dotnet@v1
56+
uses: actions/setup-dotnet@v4
5757
with:
58-
dotnet-version: '6.0.x'
58+
dotnet-version: '9.0.x'
5959

6060
- name: Set up Python ${{ matrix.python }}
6161
uses: actions/setup-python@v2

.github/workflows/nuget-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/checkout@v2
2525

2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v1
27+
uses: actions/setup-dotnet@v4
2828
with:
29-
dotnet-version: '6.0.x'
29+
dotnet-version: '9.0.x'
3030

3131
- name: Set up Python 3.8
3232
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)