From 73510c5d0baf606bd0e74be75ec0a6b42c894d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 20:11:45 +0000 Subject: [PATCH] build(deps): bump amondnet/vercel-action from 20 to 25.1.0 Bumps [amondnet/vercel-action](https://github.com/amondnet/vercel-action) from 20 to 25.1.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/v20...v25.1.0) --- updated-dependencies: - dependency-name: amondnet/vercel-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1e62035..cf6c3ca 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 # https://github.com/marketplace/actions/vercel-action - - uses: amondnet/vercel-action@v20 + - uses: amondnet/vercel-action@v25.1.0 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}