Skip to content

Commit 5d82f5a

Browse files
chore: update actions/checkout action to v5
1 parent 239b8d0 commit 5d82f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- 22
2323
runs-on: ${{ matrix.platform }}
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- uses: actions/setup-node@v5
2727
with:
2828
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)