Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 7f4a636

Browse files
chore(deps): update actions/checkout action to v4 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2330cac commit 7f4a636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: 'Test: node-20, ubuntu-latest'
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v2
@@ -52,7 +52,7 @@ jobs:
5252
name: 'Lint: node-20, ubuntu-latest'
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
with:
5757
fetch-depth: 0
5858

@@ -79,7 +79,7 @@ jobs:
7979
name: 'Audit: node-20, ubuntu-latest'
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v3
82+
uses: actions/checkout@v4
8383
with:
8484
fetch-depth: 0
8585

0 commit comments

Comments
 (0)