From 2f2b912bfd99be6f89173455ef8853529a647e66 Mon Sep 17 00:00:00 2001 From: Chris Fang Date: Thu, 6 Feb 2025 13:18:57 -0800 Subject: [PATCH] fix: Pin Ubuntu image to allow link checker action to run --- .github/workflows/check_for_broken_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_for_broken_links.yml b/.github/workflows/check_for_broken_links.yml index 4f5bcccd7f3..47b54fb1ca7 100644 --- a/.github/workflows/check_for_broken_links.yml +++ b/.github/workflows/check_for_broken_links.yml @@ -8,7 +8,7 @@ permissions: id-token: write jobs: LinkChecker: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6