We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b2bf1 commit d606d9eCopy full SHA for d606d9e
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
- macos-latest
20
runs-on: ${{ matrix.os }}
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
23
24
- name: Setup .NET Core SDK
25
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
26
with:
27
dotnet-version: "6.0.x" # runners already have .Net Framework installed as well
28
@@ -54,10 +54,10 @@ jobs:
54
if: github.ref_type == 'tag'
55
runs-on: ubuntu-latest
56
57
58
59
- name: Setup .NET Core
60
61
62
63
0 commit comments