From 57d21dfc1b08311f62299032f38a2e469d47df3e Mon Sep 17 00:00:00 2001 From: CP Clermont Date: Mon, 8 Jan 2024 11:56:01 -0500 Subject: [PATCH] Bring back the lighthouse-ci-action to v1 (#3181) This will make sure new releases are automatically used. Better for forks as well. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5eee9633412..1612552a734 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Lighthouse - uses: shopify/lighthouse-ci-action@v1.1.1 + uses: shopify/lighthouse-ci-action@v1 with: store: ${{ secrets.SHOP_STORE_OS2 }} password: ${{ secrets.SHOP_PASSWORD_OS2 }}