From 801ea9f410c95afe8787f55bab9f6f8e648695cb Mon Sep 17 00:00:00 2001 From: Scott Converse Date: Tue, 28 Apr 2026 11:55:55 -0600 Subject: [PATCH] chore(ci): update GitHub Actions runtime pins --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index ce80246..e63f2a7 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -8,8 +8,8 @@ jobs: verify: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v5 + - uses: actions/setup-python@v6 with: python-version: "3.11" - name: Install CivicCore release wheel