From b1b4611c555b8a6c0c5b1a515a22a79a16298f66 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 4 Mar 2025 11:24:50 -0500 Subject: [PATCH] Update checks.yml Seeing if this fixes the a11y scan --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 87d7b338e..97e081798 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -177,7 +177,7 @@ jobs: cmd_options: "-I" a11y-scan: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-project