Skip to content

Commit 3bc9b2b

Browse files
authored
Review Draft Publication: December 2025
Also synchronize with spec-factory.
1 parent a4ba489 commit 3bc9b2b

File tree

3 files changed

+10341
-5
lines changed

3 files changed

+10341
-5
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
- run: pip install bikeshed && bikeshed update
2424
# Note: `make deploy` will do a deploy dry run on PRs.
2525
- run: make deploy

fetch.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Group: WHATWG
33
H1: Fetch
44
Shortname: fetch
55
Text Macro: TWITTER fetchstandard
6-
Text Macro: LATESTRD 2025-06
6+
Text Macro: LATESTRD 2025-12
77
Abstract: The Fetch standard defines requests, responses, and the process that binds them: fetching.
88
Translation: ja https://triple-underscore.github.io/Fetch-ja.html
99
Translation: zh-Hans https://htmlspecs.com/fetch/

0 commit comments

Comments
 (0)