File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments