From dd3c7fb7100295750c49e8958b64d3cfbbca1f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 13:54:57 +0000 Subject: [PATCH] chore(deps): bump amondnet/vercel-action from 25 to 42 Bumps [amondnet/vercel-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-staging.yml | 2 +- .github/workflows/preview-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 47463a9..d8fcaa4 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -23,7 +23,7 @@ jobs: curl -X POST "${{ secrets.STAGING_RENDER_DEPLOY_HOOK_URL }}" - name: Deploy Web to Vercel Staging - uses: amondnet/vercel-action@v25 + uses: amondnet/vercel-action@v42 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index 4358f47..31cc5f3 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Deploy to Vercel preview id: vercel - uses: amondnet/vercel-action@v25 + uses: amondnet/vercel-action@v42 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}