Skip to content

Commit 550eb39

Browse files
authored
Merge pull request #764 from apertureless/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents ce3d6e0 + ae20421 commit 550eb39

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
CI_JOB_NUMBER: 1
1313
steps:
1414
- name: Checkout the repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Install pnpm
1717
uses: pnpm/[email protected]
1818
with:
@@ -31,7 +31,7 @@ jobs:
3131
name: typings
3232
steps:
3333
- name: Checkout the repository
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3535
- name: Install pnpm
3636
uses: pnpm/[email protected]
3737
with:
@@ -53,7 +53,7 @@ jobs:
5353
name: storybook
5454
steps:
5555
- name: Checkout the repository
56-
uses: actions/checkout@v2
56+
uses: actions/checkout@v3
5757
- name: Install pnpm
5858
uses: pnpm/[email protected]
5959
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1010
steps:
1111
- name: Checkout the repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Install pnpm
1414
uses: pnpm/[email protected]
1515
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: Checking commit name
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/[email protected]
1414
with:

0 commit comments

Comments
 (0)