Skip to content

Commit

Permalink
Upgrade action checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Dec 12, 2023
1 parent 35e0ca5 commit f9fe00f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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

0 comments on commit f9fe00f

Please sign in to comment.