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 3fc9bf6 commit 7477a79Copy full SHA for 7477a79
.github/workflows/docs.yml
@@ -18,9 +18,9 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
- name: Setup .NET Core
23
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v2
24
with:
25
dotnet-version: 6.0.302
26
- name: Restore tools
.github/workflows/pr.yml
@@ -14,9 +14,9 @@ jobs:
14
15
16
17
0 commit comments