Skip to content

Commit 259dea7

Browse files
committed
Update dotnet workflow.
1 parent 702e6de commit 259dea7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
- uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: |
34-
6.0.x
35-
7.0.x
3634
8.0.x
35+
9.0.x
3736
3837
- name: Build
3938
run: |
@@ -44,13 +43,12 @@ jobs:
4443
run: dotnet test -c Release --no-restore --no-build --verbosity minimal --collect:"XPlat Code Coverage" --results-directory ./coverage
4544

4645
- name: Inspect
47-
uses: JetBrains/ReSharper-InspectCode@v0.3
46+
uses: JetBrains/ReSharper-InspectCode@v0.8
4847
with:
49-
tool-version: 2023.3.4
48+
tool-version: 2024.3.0
5049
solution: Remora.Discord.sln
5150
build: false
5251
no-build: true
53-
telemetry-optout: true
5452

5553
- name: Coverage
5654
uses: irongut/[email protected]
@@ -145,7 +143,7 @@ jobs:
145143

146144
# To ensure that the current version being pushed does not get pruned we prune first.
147145
- name: Prune packages older than 4 versions (new version is the 5th)
148-
uses: smartsquaregmbh/[email protected].0
146+
uses: smartsquaregmbh/[email protected].1
149147
with:
150148
organization: Remora
151149
type: nuget

0 commit comments

Comments
 (0)