Skip to content

Commit 747ada3

Browse files
committed
chore(deps): update actions/checkout action to v4
1 parent a751cf0 commit 747ada3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Node.js ${{ matrix.node }}
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- uses: pnpm/action-setup@v2.4.1
1919
with:
2020
version: 6.24.4

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Node.js ${{ matrix.node }}
2424

2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
- uses: pnpm/action-setup@v2.4.1
2828
with:
2929
version: 6.24.4

0 commit comments

Comments
 (0)