From e62bbaf918f6f6cd8ccb5b7a6b69fe93f902633c Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Mon, 28 Aug 2023 18:28:22 -0600 Subject: [PATCH] Update vercel-deploy.yml (#97) --- .github/workflows/vercel-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vercel-deploy.yml b/.github/workflows/vercel-deploy.yml index b8b937d..e9da241 100644 --- a/.github/workflows/vercel-deploy.yml +++ b/.github/workflows/vercel-deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Deploy to Vercel - uses: amondnet/vercel-action@v20 + uses: amondnet/vercel-action@v25.1.1 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}