Skip to content

Commit 71825d6

Browse files
chore(deps): update actions/checkout action to v3 (#107)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent d6ab7b4 commit 71825d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525
- name: Install pnpm
2626
uses: pnpm/action-setup@v2.2.1
2727
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node: [12, 14, 16]
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v2.2.1
2323
with:

0 commit comments

Comments
 (0)