From 12d66dd8250fdc1ffc650d66437a6532c6730fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 20:06:43 +0000 Subject: [PATCH] deps(actions): bump amondnet/vercel-action from 20 to 25 Bumps [amondnet/vercel-action](https://github.com/amondnet/vercel-action) from 20 to 25. - [Release notes](https://github.com/amondnet/vercel-action/releases) - [Changelog](https://github.com/amondnet/vercel-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/amondnet/vercel-action/compare/v20...v25) --- updated-dependencies: - dependency-name: amondnet/vercel-action dependency-version: '25' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/preview.yml | 2 +- .github/workflows/prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0c1bc87..01a5a58 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -24,7 +24,7 @@ jobs: # and when Vercel secrets are available. - name: Deploy preview to Vercel if: ${{ github.event.pull_request.head.repo.fork == false && secrets.VERCEL_TOKEN != '' && secrets.VERCEL_ORG_ID != '' && secrets.VERCEL_PROJECT_ID != '' }} - uses: amondnet/vercel-action@v20 + uses: amondnet/vercel-action@v25 env: PR_NUMBER: ${{ github.event.number }} with: diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 3724ffc..0e7ee4e 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -20,7 +20,7 @@ jobs: pip3 install wheel pip3 install -r requirements.txt make prod - - uses: amondnet/vercel-action@v20 + - uses: amondnet/vercel-action@v25 with: github-token: ${{ secrets.GITHUB_TOKEN }} #Optional vercel-args: "--prod"