From be4e7530232cd3262d348445a1e067add3899674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 23:17:54 +0000 Subject: [PATCH] build(deps): bump UnlyEd/github-action-await-vercel Bumps [UnlyEd/github-action-await-vercel](https://github.com/UnlyEd/github-action-await-vercel) from 1.2.39 to 1.2.43. - [Release notes](https://github.com/UnlyEd/github-action-await-vercel/releases) - [Changelog](https://github.com/UnlyEd/github-action-await-vercel/blob/main/CHANGELOG.md) - [Commits](https://github.com/UnlyEd/github-action-await-vercel/compare/v1.2.39...v1.2.43) --- updated-dependencies: - dependency-name: UnlyEd/github-action-await-vercel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lighthouse-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-report.yaml b/.github/workflows/lighthouse-report.yaml index 51372a7..ae6e73c 100644 --- a/.github/workflows/lighthouse-report.yaml +++ b/.github/workflows/lighthouse-report.yaml @@ -49,7 +49,7 @@ jobs: vercel_project_id: ${{ vars.VERCEL_PROJECT_ID }} - name: Await Vercel Deployment - uses: UnlyEd/github-action-await-vercel@v1.2.39 + uses: UnlyEd/github-action-await-vercel@v1.2.43 env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} with: