diff --git a/.github/workflows/deploy-landpage.yml b/.github/workflows/deploy-landpage.yml index 8d984fc..2970c80 100644 --- a/.github/workflows/deploy-landpage.yml +++ b/.github/workflows/deploy-landpage.yml @@ -37,7 +37,7 @@ jobs: run: npm run build - name: Deploy to Vercel - uses: amondnet/vercel-action@v25 + uses: amondnet/vercel-action@v42 with: vercel-token: ${{ secrets.VERCEL_LANDPAGE_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_LANDPAGE_ORG_ID }}