Skip to content

Commit 207d37d

Browse files
authored
Hot-fix for release pipeline (#34)
1 parent 3d18f70 commit 207d37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
run: git fetch --tags
2020
shell: pwsh
2121
- name: 'Install .NET Core SDK'
22-
uses: actions/setup-dotnet@v2
22+
uses: actions/setup-dotnet@v3
2323
with:
24-
dotnet-version: '6.0.x'
24+
dotnet-version: '7.0.x'
2525
- name: 'Dotnet Tool Restore'
2626
run: dotnet tool restore
2727
shell: pwsh

0 commit comments

Comments
 (0)