Skip to content

Commit e74a27c

Browse files
Update actions/setup-dotnet action to v5
1 parent cd076c6 commit e74a27c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@v4
60+
uses: actions/setup-dotnet@v5
6161
with:
6262
dotnet-version: |
6363
6.0.x

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 1
4141

4242
- name: Setup .NET 9 SDK
43-
uses: actions/setup-dotnet@v4
43+
uses: actions/setup-dotnet@v5
4444
with:
4545
dotnet-version: 9.0.x
4646
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 9 SDK
36-
uses: actions/setup-dotnet@v4
36+
uses: actions/setup-dotnet@v5
3737
with:
3838
dotnet-version: 9.0.x
3939
include-prerelease: false

0 commit comments

Comments
 (0)