From a9684ab3575acb0dd05fa4816ef109c8775c4ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 07:03:44 +0200 Subject: [PATCH] chore(deps): bump amondnet/vercel-action in the github-actions group (#4008) Bumps the github-actions group with 1 update: [amondnet/vercel-action](https://github.com/amondnet/vercel-action). Updates `amondnet/vercel-action` from 25 to 42 - [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...v42) --- updated-dependencies: - dependency-name: amondnet/vercel-action dependency-version: '42' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/vercel-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vercel-merge.yml b/.github/workflows/vercel-merge.yml index aceca29b..dd35a377 100644 --- a/.github/workflows/vercel-merge.yml +++ b/.github/workflows/vercel-merge.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 with: submodules: 'true' - - uses: amondnet/vercel-action@v25 + - uses: amondnet/vercel-action@v42 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}