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

Commit 08e2521

Browse files
chore(deps): update actions/checkout action to v4
1 parent 376ca7f commit 08e2521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- uses: actions/setup-node@v3
3131
with:
3232
node-version: lts/fermium

0 commit comments

Comments
 (0)