We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabcd09 commit 17ea945Copy full SHA for 17ea945
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
steps:
16
- name: Checkout sources
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
with:
19
fetch-depth: 0
20
- name: Setup .NET Core 2.1
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
42
43
44
- name: Setup .NET
45
uses: actions/setup-dotnet@v1
46
- uses: actions/download-artifact@v2
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
0 commit comments