Skip to content

Commit f5d935d

Browse files
Update actions/setup-dotnet action to v5
1 parent 3f66fee commit f5d935d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5858

5959
- name: Setup .NET SDK
60-
uses: actions/setup-dotnet@v3
60+
uses: actions/setup-dotnet@v5
6161
with:
6262
dotnet-version: 8.0.x
6363
include-prerelease: false

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
build-sdk:
34-
name: Build (SDK projects) Ubuntu
34+
name: Build (SDK projects) Ubuntu
3535
runs-on: ubuntu-latest
3636
defaults:
3737
run:
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 1
4444

4545
- name: Setup .NET SDK
46-
uses: actions/setup-dotnet@v4
46+
uses: actions/setup-dotnet@v5
4747
with:
4848
dotnet-version: 8.0.x
4949
include-prerelease: false
@@ -79,7 +79,7 @@ jobs:
7979
done
8080
8181
build-legacy:
82-
name: Build (Legacy .NET Framework) Windows
82+
name: Build (Legacy .NET Framework) Windows
8383
runs-on: windows-latest
8484
defaults:
8585
run:
@@ -91,7 +91,7 @@ jobs:
9191
fetch-depth: 1
9292

9393
- name: Setup .NET SDK
94-
uses: actions/setup-dotnet@v4
94+
uses: actions/setup-dotnet@v5
9595
with:
9696
dotnet-version: 8.0.x
9797
include-prerelease: false

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 10
3434

3535
- name: Setup .NET 8 SDK
36-
uses: actions/setup-dotnet@v4
36+
uses: actions/setup-dotnet@v5
3737
with:
3838
dotnet-version: 8.0.x
3939
include-prerelease: false

0 commit comments

Comments
 (0)