Skip to content

Commit 5503e39

Browse files
chore(deps): update actions/checkout action to v4 (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 272c338 commit 5503e39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
5151

5252
- name: Install pnpm
5353
uses: pnpm/[email protected]
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
name: "Lint: node-18, ubuntu-latest"
9898
steps:
99-
- uses: actions/checkout@v3
99+
- uses: actions/checkout@v4
100100
with:
101101
fetch-depth: 0
102102

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
environment: Release
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Install pnpm
1717
uses: pnpm/[email protected]

0 commit comments

Comments
 (0)