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 a121246 commit 51f3247Copy full SHA for 51f3247
.github/workflows/build-dev.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
-
21
name: Checkout
22
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3
23
24
name: Setup .NET
25
uses: actions/setup-dotnet@v2
.github/workflows/pull-request.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
15
@@ -25,7 +25,7 @@ jobs:
26
27
28
29
30
name: Build docs
31
run: |
0 commit comments