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.
2 parents f65f058 + 0d8c56b commit a224f8bCopy full SHA for a224f8b
.github/workflows/branch.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-20.04
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
20
- name: Setup .NET Core
21
uses: actions/setup-dotnet@v1
22
- name: Restore
.github/workflows/master.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
.github/workflows/production.yml
@@ -10,7 +10,7 @@ jobs:
10
11
- name: Build
0 commit comments