Skip to content

Commit 5e0ccaa

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
name: editorconfig
1010
steps:
1111
- name: Checkout the repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Check editorconfig
1414
uses: editorconfig-checker/action-editorconfig-checker@v1
1515
package-json:
1616
runs-on: ubuntu-latest
1717
name: package.json
1818
steps:
1919
- name: Checkout the repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v2
2323
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Tests
1111
steps:
1212
- name: Checkout the repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v2
1616
with:

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: commitlint
88
steps:
99
- name: Checkout the repository
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111
with:
1212
fetch-depth: 0
1313
- name: Run commitlint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Publish package
99
steps:
1010
- name: Checkout the repository
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v2
1414
with:

0 commit comments

Comments
 (0)