From 5e83b2ec2ecead7a94a34d9d4faa2014477dfc63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:36:18 +0000 Subject: [PATCH] chore(deps): update betahuhn/deploy-to-vercel-action action to v1.10.0 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4422d1d1c..bbac7aee0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Deploy to Vercel - uses: BetaHuhn/deploy-to-vercel-action@v1.9.12 + uses: BetaHuhn/deploy-to-vercel-action@v1.10.0 with: GITHUB_TOKEN: ${{ secrets.GH_PAT }} VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}