From 1c7133db8ea1023fbc33daf63dcdac34bd5c06bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:49:44 +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 }}