From 87fd56e2b18f28450df34a8cf5e8b06902f87e27 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 20 Sep 2024 16:17:38 +0200 Subject: [PATCH 1/2] Meta: link Simplified Chinese translation Closes #834. --- url.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/url.bs b/url.bs index 221a1e5..44bfb8c 100644 --- a/url.bs +++ b/url.bs @@ -6,6 +6,7 @@ Text Macro: TWITTER urlstandard Text Macro: LATESTRD 2024-08 Abstract: The URL Standard defines URLs, domains, IP addresses, the application/x-www-form-urlencoded format, and their API. Translation: ja https://triple-underscore.github.io/URL-ja.html +Translation: zh-Hans https://htmlspecs.com/url/ Required IDs: application/x-www-form-urlencoded,urlencoded-parsing From 375b443d4bf1083fb2ffa43f2a3d8393a543c7d3 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 20 Sep 2024 16:49:26 +0200 Subject: [PATCH 2/2] avoid some other issues at the same time --- .github/workflows/build.yml | 4 ++-- PULL_REQUEST_TEMPLATE.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66fe55b..f10e74c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,10 +14,10 @@ jobs: name: Build runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 2 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11" - run: pip install bikeshed && bikeshed update diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 82c226e..9b49958 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,8 @@