Skip to content

Commit f82ba57

Browse files
authored
Merge pull request #1086 from Emopusta/bugfix-actions-setup-dotnet
Update setup-dotnet package version.
2 parents dbef010 + 8b2e88a commit f82ba57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Setup dotnet 6.0
19-
uses: actions/setup-dotnet@v1
19+
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: '6.0.x'
2222
- name: Setup dotnet 8.0
23-
uses: actions/setup-dotnet@v1
23+
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: '8.0.100'
2626
- name: Build and Test

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Setup dotnet 6.0
20-
uses: actions/setup-dotnet@v1
20+
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: '6.0.x'
2323
- name: Setup dotnet 8.0
24-
uses: actions/setup-dotnet@v1
24+
uses: actions/setup-dotnet@v4
2525
with:
2626
dotnet-version: '8.0.100'
2727
- name: Build and Test

0 commit comments

Comments
 (0)