From 9432ddb8a1798c27b506b6913dcbd208b5badd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:14:18 +0000 Subject: [PATCH] build(deps): bump amondnet/vercel-action from 20 to 25 Bumps [amondnet/vercel-action](https://github.com/amondnet/vercel-action) from 20 to 25. - [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) --- 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..920ed0c 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 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}