From b993c947475504b9d635de226f83ed99906505b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:03:31 +0000 Subject: [PATCH] chore(deps): update zentered/vercel-preview-url action to v1.4.0 --- .github/workflows/unlighthouse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unlighthouse.yaml b/.github/workflows/unlighthouse.yaml index afd8f13..75c74ac 100644 --- a/.github/workflows/unlighthouse.yaml +++ b/.github/workflows/unlighthouse.yaml @@ -58,7 +58,7 @@ jobs: cache: 'pnpm' - name: Retrieve Vercel Preview URL - uses: zentered/vercel-preview-url@v1.2.0 + uses: zentered/vercel-preview-url@v1.4.0 id: vercel_preview_url env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}