Skip to content

Commit 9761963

Browse files
authored
chore: bump GitHub Actions (#224)
1 parent 996eb8e commit 9761963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
nodejs: [18, 20, 22]
2727
os: [ubuntu-latest, windows-latest, macOS-latest]
2828
steps:
29-
- uses: actions/checkout@v2
30-
- uses: actions/setup-node@v1
29+
- uses: actions/checkout@v4
30+
- uses: actions/setup-node@v4
3131
with:
3232
node-version: ${{ matrix.nodejs }}
3333
cache: npm

0 commit comments

Comments
 (0)