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