Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Commit b3651d5

Browse files
committed
Update GitHub action versions
1 parent 4bf4e8c commit b3651d5

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
@@ -12,9 +12,9 @@ jobs:
1212
node-version: [ 18.x, 20.x, 21.x ]
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Setup Node.js ${{matrix.node-version}}
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{matrix.node-version}}
2020
- run: npm install

0 commit comments

Comments
 (0)