From 8503a8d72bac1b315a62a7f2d0aff27fe769e7cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:52:20 +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 }}