diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3111bb637..2238c7039 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -186,7 +186,7 @@ jobs: - name: Deploy to Vercel/Preview id: vercel-action-preview if: github.ref != 'refs/heads/main' - uses: amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25.2.0 + uses: amondnet/vercel-action@888da851026e0573da056b061931bcb765a915c4 # v41.1.4 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} @@ -194,7 +194,7 @@ jobs: scope: ${{ secrets.VERCEL_ORG_ID }} github-token: ${{ secrets.GITHUB_TOKEN }} - name: Deploy to Vercel/Production - uses: amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25.2.0 + uses: amondnet/vercel-action@888da851026e0573da056b061931bcb765a915c4 # v41.1.4 id: vercel-action-production if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: