Skip to content

Commit

Permalink
Merge pull request #227 from The-Creative-Programming-Group/renovate/…
Browse files Browse the repository at this point in the history
…actions-checkout-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
FleetAdmiralJakob authored Feb 16, 2024
2 parents 1b55600 + da11d9e commit 8cfef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout repository
if: ${{ steps.get_preview_url.outputs.vercel_preview_url != '' }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Audit preview URL with Lighthouse
if: ${{ steps.get_preview_url.outputs.vercel_preview_url != '' }}
Expand Down

0 comments on commit 8cfef7e

Please sign in to comment.