From 3575db649b7d51184f9ac3753609a38bdd809fcd Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Wed, 27 Mar 2024 12:45:25 +0100 Subject: [PATCH] [repo] Fix version for Wait for the Netlify Preview job --- .github/workflows/lighthouse-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index b8c170e5f4..23493d4a25 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3 - name: Wait for the Netlify Preview - uses: andrewnicols/wait-for-netlify-preview@v1 + uses: andrewnicols/wait-for-netlify-preview@v1.0.6 id: netlify with: site_id: "3c056055-e1bd-4cfd-8a02-ed35ab7aedfa"