Skip to content

Commit 99d96bf

Browse files
committed
workflows: Upgrade GitHub actions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
1 parent 096652b commit 99d96bf

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
@@ -10,9 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/setup-node@v4
13+
- uses: actions/setup-node@v6
1414
with:
1515
node-version: lts/*
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- run: npm ci
1818
- run: npm test

0 commit comments

Comments
 (0)