From be087393ee44a638a0b577095be024536f681b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:00:45 +0000 Subject: [PATCH] GitHub Actions update(deps): Bump amondnet/vercel-action Bumps [amondnet/vercel-action](https://github.com/amondnet/vercel-action) from 25.2.0 to 42.3.0. - [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/v25.2.0...v42.3.0) --- updated-dependencies: - dependency-name: amondnet/vercel-action dependency-version: 42.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74024f5..179b60c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: - name: Deploy to Vercel Production if: ${{ inputs.environment == 'Production' }} - uses: amondnet/vercel-action@v25.2.0 + uses: amondnet/vercel-action@v42.3.0 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} @@ -55,7 +55,7 @@ jobs: - name: Deploy to Vercel Preview if: ${{ inputs.environment == 'Preview' }} - uses: amondnet/vercel-action@v25.2.0 + uses: amondnet/vercel-action@v42.3.0 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}