Skip to content

Commit 5466460

Browse files
authored
Merge pull request #110 from thunderstore-io/fix-actions-dotnet-version
Fix actions dotnet version
2 parents f56192c + e8c21b9 commit 5466460

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: '7'
18+
dotnet-version: '8'
1919

2020
- name: Fetch Latest .nupkg
2121
uses: dsaltares/[email protected]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup .NET
5858
uses: actions/setup-dotnet@v4
5959
with:
60-
dotnet-version: '7'
60+
dotnet-version: '8'
6161

6262
- name: Install dependencies
6363
run: dotnet restore
@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup .NET
101101
uses: actions/setup-dotnet@v4
102102
with:
103-
dotnet-version: '7'
103+
dotnet-version: '8'
104104

105105
- name: Install dependencies
106106
run: dotnet restore

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: '7'
21+
dotnet-version: '8'
2222

2323
- name: Setup Python
2424
uses: actions/setup-python@v2
@@ -49,7 +49,7 @@ jobs:
4949
- name: setup .NET
5050
uses: actions/setup-dotnet@v4
5151
with:
52-
dotnet-version: '7'
52+
dotnet-version: '8'
5353

5454
- name: Setup Cargo/Rust
5555
uses: moonrepo/setup-rust@v1

0 commit comments

Comments
 (0)