Skip to content

Commit 633d931

Browse files
committed
Meta: bump GitHub Actions
Align with whatwg/spec-factory@c00f91c.
1 parent 417c00b commit 633d931

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
name: Build
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v3
19-
- uses: actions/setup-python@v4
18+
- uses: actions/checkout@v4
19+
- uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.10"
22-
- uses: actions/setup-node@v3
21+
python-version: "3.11"
22+
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
- run: pip install -r requirements.txt
2626
- run: npm install
2727
- run: shellcheck deploy.sh

0 commit comments

Comments
 (0)