Skip to content

Commit 2f3b629

Browse files
chore(deps): update actions/checkout action to v2 (#2998)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e193457 commit 2f3b629

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-18.04
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
1414
- name: Install Go
1515
uses: actions/setup-go@v2
1616
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
go-version: ${{ matrix.go-version }}
5252
- name: Checkout code
53-
uses: actions/checkout@v1
53+
uses: actions/checkout@v2
5454
- name: Install
5555
run: |
5656
git config --global user.email "github@spam.cozycloud.cc"

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-18.04
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
1414
- name: Install Go
1515
uses: actions/setup-go@v2
1616
with:

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
ruby-version: '2.x'
4545
- name: Checkout code
46-
uses: actions/checkout@v1
46+
uses: actions/checkout@v2
4747
- name: Install
4848
run: |
4949
curl -X PUT http://127.0.0.1:5984/{_users,_replicator}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v2
1111
with:
1212
fetch-depth: 1
1313
- name: Build

0 commit comments

Comments
 (0)