Skip to content

Commit 845e22a

Browse files
authored
Feature/net 6 (#28)
* Fixed workflow, no code changes
1 parent 09d178e commit 845e22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
lfs: true
1717
fetch-depth: 0
1818
- name: 'Git Fetch Tags'
1919
run: git fetch --tags
2020
shell: pwsh
2121
- name: 'Install .NET Core SDK'
22-
uses: actions/setup-dotnet@v1
22+
uses: actions/setup-dotnet@v2
2323
with:
24-
dotnet-version: 3.1.x
24+
dotnet-version: '6.0.x'
2525
- name: 'Dotnet Tool Restore'
2626
run: dotnet tool restore
2727
shell: pwsh

0 commit comments

Comments
 (0)