From 5cffb37453c17fda9130253fedbcc50957953f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 12:59:55 +0000 Subject: [PATCH] Bump a11ywatch/github-actions from 1.14.0 to 2.0.0 Bumps [a11ywatch/github-actions](https://github.com/a11ywatch/github-actions) from 1.14.0 to 2.0.0. - [Release notes](https://github.com/a11ywatch/github-actions/releases) - [Commits](https://github.com/a11ywatch/github-actions/compare/v1.14.0...v2.0.0) --- updated-dependencies: - dependency-name: a11ywatch/github-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/a11y-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/a11y-audit.yml b/.github/workflows/a11y-audit.yml index 77c0a49e..81bff79e 100644 --- a/.github/workflows/a11y-audit.yml +++ b/.github/workflows/a11y-audit.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v3 - name: A11y Evaluation - uses: a11ywatch/github-actions@v1.14.0 + uses: a11ywatch/github-actions@v2.0.0 with: WEBSITE_URL: ${{ secrets.WEBSITE_URL }}/${{ inputs.target-branch }}/index.php SITE_WIDE: true