Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/accname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -47,7 +47,7 @@ jobs:
specStatus: WD
ARTIFACT_NAME: accname
- name: Checkout accname repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/accname
ref: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
4 changes: 2 additions & 2 deletions .github/workflows/core-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -48,7 +48,7 @@ jobs:
specStatus: CRD
ARTIFACT_NAME: core-aam
- name: Checkout core-aam repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/core-aam
ref: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/css-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -47,7 +47,7 @@ jobs:
# specStatus: WD
ARTIFACT_NAME: css-aam
- name: Checkout css-aam repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/css-aam
ref: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dpub-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -48,7 +48,7 @@ jobs:
shortName: dpub-aam-1.2
ARTIFACT_NAME: dpub-aam
- name: Checkout dpub-aam repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/dpub-aam
ref: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dpub-aria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -48,7 +48,7 @@ jobs:
shortName: dpub-aria-1.2
ARTIFACT_NAME: dpub-aria
- name: Checkout dpub-aria repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/dpub-aria
ref: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graphics-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -38,7 +38,7 @@ jobs:
DESTINATION: aria/graphics-aam/index.html
ARTIFACT_NAME: graphics-aam
- name: Checkout graphics-aam repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/graphics-aam
ref: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/html-amm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -48,7 +48,7 @@ jobs:
specStatus: WD
ARTIFACT_NAME: html-aam
- name: Checkout html-aam repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/html-aam
ref: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6 # Uploads repository content to the runner
- uses: actions/checkout@v7 # Uploads repository content to the runner
- uses: actions/labeler@v6
with:
sync-labels: true
4 changes: 2 additions & 2 deletions .github/workflows/mathml-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -38,7 +38,7 @@ jobs:
DESTINATION: aria/mathml-aam/index.html
ARTIFACT_NAME: mathml-aam
- name: Checkout mathml-aam repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/mathml-aam
ref: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pdf-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -47,7 +47,7 @@ jobs:
# specStatus: WD
ARTIFACT_NAME: pdf-aam
- name: Checkout pdf-aam repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/pdf-aam
ref: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0 # Needed to compare with origin/main
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
PUPPETEER_EXECUTABLE_PATH: '/usr/bin/google-chrome'
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roleInfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
PUPPETEER_EXECUTABLE_PATH: '/usr/bin/google-chrome'
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
fetch-depth: 0 # Needed to compare with origin/main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roleInfoCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
PUPPETEER_EXECUTABLE_PATH: '/usr/bin/google-chrome'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js
uses: actions/setup-node@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/svg-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: aria
Expand All @@ -48,7 +48,7 @@ jobs:
specStatus: WD
ARTIFACT_NAME: svg-aam
- name: Checkout svg-aam repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: w3c/svg-aam
ref: gh-pages
Expand Down