Skip to content

Commit 94fe8d5

Browse files
author
Per Kops
committed
chore: upgrade actions/setup-dotnet to v5
1 parent 7cd6c3f commit 94fe8d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/post-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
setAllVars: true
3232

3333
- name: ⚙️ Setup dotnet 9.0.x
34-
uses: actions/setup-dotnet@v4
34+
uses: actions/setup-dotnet@v5
3535
with:
3636
dotnet-version: '9.0.x'
3737

.github/workflows/pre-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: ⚙️ Setup dotnet 9.0.x
23-
uses: actions/setup-dotnet@v4
23+
uses: actions/setup-dotnet@v5
2424
with:
2525
dotnet-version: '9.0.x'
2626

@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: ⚙️ Setup dotnet 9.0.x
47-
uses: actions/setup-dotnet@v4
47+
uses: actions/setup-dotnet@v5
4848
with:
4949
dotnet-version: '9.0.x'
5050

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
setAllVars: true
2929

3030
- name: ⚙️ Setup dotnet 9.0.x
31-
uses: actions/setup-dotnet@v4
31+
uses: actions/setup-dotnet@v5
3232
with:
3333
dotnet-version: '9.0.x'
3434

0 commit comments

Comments
 (0)