Skip to content

Commit 657631e

Browse files
chore(deps): update actions/checkout action to v3 (#1002)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 445cfa2 commit 657631e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.pull_request.head.repo.full_name == github.repository
1313
steps:
1414
- name: Checkout Master
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818
- name: Use Node

.github/workflows/github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- uses: micnncim/action-label-syncer@v1
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Master
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0
1414
- name: Configure Git Credentials

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout Master
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
2020
- name: Use Node
@@ -44,7 +44,7 @@ jobs:
4444
- 16
4545
steps:
4646
- name: Checkout Master
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v3
4848
with:
4949
fetch-depth: 0
5050
- name: Use Node
@@ -86,7 +86,7 @@ jobs:
8686
- 16
8787
steps:
8888
- name: Checkout Master
89-
uses: actions/checkout@v2
89+
uses: actions/checkout@v3
9090
with:
9191
fetch-depth: 0
9292
- name: Use Node ${{matrix.node_version}}

0 commit comments

Comments
 (0)