From 6ba2d899cf82c6cb0c4acd33fcafd5b27aad5676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 00:57:20 +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-landpage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-landpage.yml b/.github/workflows/deploy-landpage.yml index 8d984fc..2970c80 100644 --- a/.github/workflows/deploy-landpage.yml +++ b/.github/workflows/deploy-landpage.yml @@ -37,7 +37,7 @@ jobs: run: npm run build - name: Deploy to Vercel - uses: amondnet/vercel-action@v25 + uses: amondnet/vercel-action@v42 with: vercel-token: ${{ secrets.VERCEL_LANDPAGE_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_LANDPAGE_ORG_ID }}