Skip to content

Commit

Permalink
Merge branch 'main' into syncgathering
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Mar 28, 2024
2 parents 5dbb2b3 + 252ff88 commit afeb7fb
Show file tree
Hide file tree
Showing 11 changed files with 874 additions and 508 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Validate and Publish
runs-on: ubuntu-20.04 # only linux supported at present
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2 # use the action
with:
#W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
tidy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download HTML5 Tidy 5.4
run: wget https://github.com/htacg/tidy-html5/releases/download/5.4.0/tidy-5.4.0-64bit.deb
- name: Install tidy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/track-rec-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check-amendment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/github-script@v6
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-respec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Update to latest ReSpec released on w3.org
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download latest ReSpec
run: wget https://www.w3.org/Tools/respec/respec-w3c.js -O respec-w3c-common.js
- name: Find respec version
Expand Down
Loading

0 comments on commit afeb7fb

Please sign in to comment.