Skip to content

Commit d035e12

Browse files
committed
chore: Update actions/setup-dotnet@v1 -> actions/setup-dotnet@v4
1 parent af6734a commit d035e12

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 8.0.x
34-
uses: actions/setup-dotnet@v1
34+
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: '8.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 8.0.x
23-
uses: actions/setup-dotnet@v1
23+
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: '8.0.x'
2626

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

4646
- name: ⚙️ Setup dotnet 8.0.x
47-
uses: actions/setup-dotnet@v1
47+
uses: actions/setup-dotnet@v4
4848
with:
4949
dotnet-version: '8.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 8.0.x
31-
uses: actions/setup-dotnet@v1
31+
uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: '8.0.x'
3434

0 commit comments

Comments
 (0)