Skip to content

Commit 4ade64a

Browse files
committed
upgrade setup-dotnet@v3 -> v4
1 parent 81b6bce commit 4ade64a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: recursive
2121

2222
- name: Setup .NET environment
23-
uses: actions/setup-dotnet@v3
23+
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: "8.0.100"
2626

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
submodules: recursive
1919

2020
- name: Setup .NET environment
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: "8.0.100"
2424

@@ -75,7 +75,7 @@ jobs:
7575
name: nupkg-build
7676

7777
- name: Setup .NET environment
78-
uses: actions/setup-dotnet@v3
78+
uses: actions/setup-dotnet@v4
7979
with:
8080
dotnet-version: "8.0.100"
8181

@@ -97,7 +97,7 @@ jobs:
9797
name: thunderstore-build
9898

9999
- name: Setup .NET environment
100-
uses: actions/setup-dotnet@v3
100+
uses: actions/setup-dotnet@v4
101101
with:
102102
dotnet-version: "8.0.100"
103103

@@ -109,4 +109,4 @@ jobs:
109109
env:
110110
TCLI_AUTH_TOKEN: ${{ secrets.THUNDERSTORE_API_TOKEN }}
111111
run: |
112-
dotnet build -c Release -f netstandard2.1 -target:ThunderstorePublish
112+
dotnet build -c Release -f netstandard2.1 -target:ThunderstorePublish

0 commit comments

Comments
 (0)