Skip to content

Commit

Permalink
Upgrade GHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Jul 26, 2024
1 parent 7741066 commit e2c6bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
lighthouse-on-live-site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Audit root using Lighthouse
uses: treosh/lighthouse-ci-action@v10
uses: treosh/lighthouse-ci-action@v12
with:
urls: |
https://alpha.bloomlibrary.org
Expand All @@ -20,7 +20,7 @@ jobs:
# We have to run this separately with a separate budget file because the redirect causes
# lighthouse to think we are running at the root
- name: Audit /covid19 using Lighthouse
uses: treosh/lighthouse-ci-action@v10
uses: treosh/lighthouse-ci-action@v12
with:
urls: |
https://alpha.bloomlibrary.org/covid19
Expand Down

0 comments on commit e2c6bb6

Please sign in to comment.