Skip to content

Commit bab9459

Browse files
chore(deps): update actions/checkout action to v3.2.0 (#297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4a0416 commit bab9459

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
check-title:
88
runs-on: ubuntu-20.04
99
steps:
10-
- uses: actions/checkout@v3.1.0
10+
- uses: actions/checkout@v3.2.0
1111
- uses: pnpm/[email protected]
1212
- name: Use Node.js
1313
uses: actions/[email protected]

.github/workflows/deploy-package.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
if: github.ref == 'refs/heads/main'
1212
steps:
13-
- uses: actions/checkout@v3.1.0
13+
- uses: actions/checkout@v3.2.0
1414
with:
1515
fetch-depth: "0"
1616
persist-credentials: false

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 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@v3.1.0
9+
- uses: actions/checkout@v3.2.0
1010
- uses: pnpm/[email protected]
1111
- name: Use Node.js
1212
uses: actions/[email protected]
@@ -20,7 +20,7 @@ jobs:
2020
lint:
2121
runs-on: ubuntu-20.04
2222
steps:
23-
- uses: actions/checkout@v3.1.0
23+
- uses: actions/checkout@v3.2.0
2424
- uses: pnpm/[email protected]
2525
- name: Use Node.js
2626
uses: actions/[email protected]
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
node: [ '14', '16', '17' ]
3939
steps:
40-
- uses: actions/checkout@v3.1.0
40+
- uses: actions/checkout@v3.2.0
4141
- uses: pnpm/[email protected]
4242
- name: Use Node.js
4343
uses: actions/[email protected]

0 commit comments

Comments
 (0)