From fb27f0bf240463c9bdab71f13d973e707a999ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:03:39 +0000 Subject: [PATCH] Bump double-great/accessibility-scan-action from 0.5.0 to 0.5.1 Bumps [double-great/accessibility-scan-action](https://github.com/double-great/accessibility-scan-action) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/double-great/accessibility-scan-action/releases) - [Commits](https://github.com/double-great/accessibility-scan-action/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: double-great/accessibility-scan-action dependency-version: 0.5.1 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 3e5c3c3..c02e74c 100644 --- a/.github/workflows/a11y.yml +++ b/.github/workflows/a11y.yml @@ -19,7 +19,7 @@ jobs: - name: Start development server run: npm start -- & - name: Scan site - uses: double-great/accessibility-scan-action@v0.5.0 + uses: double-great/accessibility-scan-action@v0.5.1 with: url: http://localhost:3000 # scan-timeout: 1800000