Skip to content

Commit 397b89e

Browse files
committed
[ci] Update actions/checkout action to v4
1 parent fd3c64c commit 397b89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node: 18
3535
os: windows-latest
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- uses: actions/setup-node@v3
3939
with:
4040
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)