diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66fe55be9..f10e74c95 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 cbbe1e70b..e6309413a 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,8 @@ diff --git a/dom.bs b/dom.bs index e493352d5..ecf92ce8e 100644 --- a/dom.bs +++ b/dom.bs @@ -6,6 +6,7 @@ Text Macro: TWITTER thedomstandard Text Macro: LATESTRD 2024-06 Abstract: DOM defines a platform-neutral model for events, aborting activities, and node trees. Translation: ja https://triple-underscore.github.io/DOM4-ja.html +Translation: zh-Hans https://htmlspecs.com/dom/ Translate IDs: slottable slotable Indent: 1