From 028e2ab7739aae2141100539a8ad9bb060189973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMatin-deriv=E2=80=9D?= Date: Mon, 18 Mar 2024 17:53:34 +0800 Subject: [PATCH] chore: update vercel-preview-url-action version --- .github/workflows/generate_app_id.yml | 2 +- .github/workflows/lighthouse.yml | 2 +- .github/workflows/smoketests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate_app_id.yml b/.github/workflows/generate_app_id.yml index b22d32c147b2..7365a5e47a72 100644 --- a/.github/workflows/generate_app_id.yml +++ b/.github/workflows/generate_app_id.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Capture Vercel preview URL id: vercel_preview_url - uses: binary-com/vercel-preview-url-action@v1.0.5 + uses: binary-com/vercel-preview-url-action@v1.0.6 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} preview_url_regexp: \[Visit Preview\]\((.*?.sx)\) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index a32430cdde13..d10e54b3a6a4 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -34,7 +34,7 @@ jobs: - name: Capture Vercel preview URL id: vercel_preview_url - uses: binary-com/vercel-preview-url-action@v1.0.5 + uses: binary-com/vercel-preview-url-action@v1.0.6 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} preview_url_regexp: \[Visit Preview\]\((.*?.sx)\) diff --git a/.github/workflows/smoketests.yml b/.github/workflows/smoketests.yml index 2cce88e68074..a73edd52f66a 100644 --- a/.github/workflows/smoketests.yml +++ b/.github/workflows/smoketests.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Capture Vercel preview URL id: vercel_preview_url - uses: binary-com/vercel-preview-url-action@v1.0.5 + uses: binary-com/vercel-preview-url-action@v1.0.6 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}