Skip to content

Commit a224f8b

Browse files
authored
Merge pull request #13 from PrometheusClientNet/renovate/actions-checkout-2.x
chore(deps): update actions/checkout action to v2
2 parents f65f058 + 0d8c56b commit a224f8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v2
2020
- name: Setup .NET Core
2121
uses: actions/setup-dotnet@v1
2222
- name: Restore

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v2
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
- name: Restore

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
1414
- name: Setup .NET Core
1515
uses: actions/setup-dotnet@v1
1616
- name: Build

0 commit comments

Comments
 (0)