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 b529d36 commit 7adb670Copy full SHA for 7adb670
.github/workflows/master.yml
@@ -30,12 +30,12 @@ jobs:
30
build-and-test:
31
runs-on: ubuntu-latest
32
steps:
33
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
34
with:
35
fetch-depth: 0
36
37
- name: Setup .NET Core
38
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
39
40
dotnet-version: |
41
6.x
@@ -52,12 +52,12 @@ jobs:
52
53
needs: build-and-test
54
55
56
57
58
59
60
61
62
63
0 commit comments