Skip to content

Commit 5a7a88f

Browse files
committed
workflows: Upgrade GitHub actions.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent cee3387 commit 5a7a88f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
node-version: [16, 18, 20, 22]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm ci

0 commit comments

Comments
 (0)