Skip to content

Commit 9f8514a

Browse files
MattiasBuelensannevk
authored andcommitted
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent a6602fd commit 9f8514a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ on:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 2
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.14"
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: 20

0 commit comments

Comments
 (0)