Skip to content

Commit d053209

Browse files
chore(deps): update actions/checkout action to v3 (#655)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3f6da96 commit d053209

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
typecheck:
77
runs-on: ubuntu-20.04
88
steps:
9-
- uses: actions/checkout@v2.4.0
9+
- uses: actions/checkout@v3.0.0
1010
- name: Use Node.js
1111
uses: actions/[email protected]
1212
with:
@@ -19,7 +19,7 @@ jobs:
1919
lint:
2020
runs-on: ubuntu-20.04
2121
steps:
22-
- uses: actions/checkout@v2.4.0
22+
- uses: actions/checkout@v3.0.0
2323
- name: Use Node.js
2424
uses: actions/[email protected]
2525
with:
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
node: [ '14', '16', '17' ]
3737
steps:
38-
- uses: actions/checkout@v2.4.0
38+
- uses: actions/checkout@v3.0.0
3939
- name: Use Node.js
4040
uses: actions/[email protected]
4141
with:
@@ -51,7 +51,7 @@ jobs:
5151
needs: [test]
5252
if: github.ref == 'refs/heads/main'
5353
steps:
54-
- uses: actions/checkout@v2.4.0
54+
- uses: actions/checkout@v3.0.0
5555
with:
5656
fetch-depth: "0"
5757
persist-credentials: false

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-title:
99
runs-on: ubuntu-20.04
1010
steps:
11-
- uses: actions/checkout@v2.4.0
11+
- uses: actions/checkout@v3.0.0
1212
- name: Use Node.js
1313
uses: actions/[email protected]
1414
with:

0 commit comments

Comments
 (0)