From a10017e6f0ccca3e8603f7f3718fd8d80dbd47c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 07:26:38 +0000 Subject: [PATCH] build(deps): bump amondnet/vercel-action from 25.2.0 to 41.1.4 Bumps [amondnet/vercel-action](https://github.com/amondnet/vercel-action) from 25.2.0 to 41.1.4. - [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/16e87c0a08142b0d0d33b76aeaf20823c381b9b9...888da851026e0573da056b061931bcb765a915c4) --- updated-dependencies: - dependency-name: amondnet/vercel-action dependency-version: 41.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: