Skip to content

Commit

Permalink
fix: Pin Ubuntu image to allow link checker action to run
Browse files Browse the repository at this point in the history
  • Loading branch information
cshfang committed Feb 6, 2025
1 parent dd83f6a commit 2f2b912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_for_broken_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f2b912

Please sign in to comment.