From 818b9805891aba07d50b7aad39f2ccc44d1081c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 07:52:24 +0000 Subject: [PATCH] Bump double-great/accessibility-scan-action from 0.7.1 to 0.7.2 Bumps [double-great/accessibility-scan-action](https://github.com/double-great/accessibility-scan-action) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/double-great/accessibility-scan-action/releases) - [Commits](https://github.com/double-great/accessibility-scan-action/compare/v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: double-great/accessibility-scan-action dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/a11y.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/a11y.yml b/.github/workflows/a11y.yml index 5f729cc3..72918aea 100644 --- a/.github/workflows/a11y.yml +++ b/.github/workflows/a11y.yml @@ -37,7 +37,7 @@ jobs: - run: npx serve _site & - name: Scan site - uses: double-great/accessibility-scan-action@v0.7.1 + uses: double-great/accessibility-scan-action@v0.7.2 with: url: "http://localhost:3000" inputUrls: ${{ steps.files.outputs.InputUrls }}