diff --git a/.github/workflows/accname.yml b/.github/workflows/accname.yml index e33559a17..d8c7658f2 100644 --- a/.github/workflows/accname.yml +++ b/.github/workflows/accname.yml @@ -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 @@ -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 diff --git a/.github/workflows/aria.yml b/.github/workflows/aria.yml index f952bd56d..7d0b4a989 100644 --- a/.github/workflows/aria.yml +++ b/.github/workflows/aria.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/core-aam.yml b/.github/workflows/core-aam.yml index fa92caa9b..6b134359e 100644 --- a/.github/workflows/core-aam.yml +++ b/.github/workflows/core-aam.yml @@ -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 @@ -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 diff --git a/.github/workflows/css-aam.yml b/.github/workflows/css-aam.yml index 47d534235..394534a50 100644 --- a/.github/workflows/css-aam.yml +++ b/.github/workflows/css-aam.yml @@ -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 @@ -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 diff --git a/.github/workflows/dpub-aam.yml b/.github/workflows/dpub-aam.yml index afe46a01d..8e312fd90 100644 --- a/.github/workflows/dpub-aam.yml +++ b/.github/workflows/dpub-aam.yml @@ -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 @@ -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 diff --git a/.github/workflows/dpub-aria.yml b/.github/workflows/dpub-aria.yml index 5b66932c5..6c9b5d498 100644 --- a/.github/workflows/dpub-aria.yml +++ b/.github/workflows/dpub-aria.yml @@ -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 @@ -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 diff --git a/.github/workflows/graphics-aam.yml b/.github/workflows/graphics-aam.yml index 08b506f62..ad9c5ef42 100644 --- a/.github/workflows/graphics-aam.yml +++ b/.github/workflows/graphics-aam.yml @@ -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 @@ -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 diff --git a/.github/workflows/html-amm.yml b/.github/workflows/html-amm.yml index 61ebee6cd..c133ed561 100644 --- a/.github/workflows/html-amm.yml +++ b/.github/workflows/html-amm.yml @@ -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 @@ -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 diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index a0f86ebc7..2863747de 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -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 diff --git a/.github/workflows/mathml-aam.yml b/.github/workflows/mathml-aam.yml index 8c92d8dad..2b41e2800 100644 --- a/.github/workflows/mathml-aam.yml +++ b/.github/workflows/mathml-aam.yml @@ -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 @@ -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 diff --git a/.github/workflows/pdf-aam.yml b/.github/workflows/pdf-aam.yml index fc02f594d..fc7615c0e 100644 --- a/.github/workflows/pdf-aam.yml +++ b/.github/workflows/pdf-aam.yml @@ -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 @@ -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 diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml index 13ad1a773..d3f395605 100644 --- a/.github/workflows/prettier.yaml +++ b/.github/workflows/prettier.yaml @@ -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 }} diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 86b9fa9a5..7654821bc 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -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 diff --git a/.github/workflows/roleInfo.yml b/.github/workflows/roleInfo.yml index 7e49e1785..ded87fce7 100644 --- a/.github/workflows/roleInfo.yml +++ b/.github/workflows/roleInfo.yml @@ -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 diff --git a/.github/workflows/roleInfoCheck.yml b/.github/workflows/roleInfoCheck.yml index c038ec4e3..f3567a203 100644 --- a/.github/workflows/roleInfoCheck.yml +++ b/.github/workflows/roleInfoCheck.yml @@ -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: diff --git a/.github/workflows/svg-aam.yml b/.github/workflows/svg-aam.yml index e8d2f0a81..255b592f0 100644 --- a/.github/workflows/svg-aam.yml +++ b/.github/workflows/svg-aam.yml @@ -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 @@ -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