From 52ab547ee7a2d58c960aa8c5d21fb310896763b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:00:50 +0000 Subject: [PATCH] Bump akhileshns/heroku-deploy from 3.13.15 to 4 Bumps [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy) from 3.13.15 to 4. - [Release notes](https://github.com/akhileshns/heroku-deploy/releases) - [Commits](https://github.com/akhileshns/heroku-deploy/compare/v3.13.15...v4) --- updated-dependencies: - dependency-name: akhileshns/heroku-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4f224abd..d6b57027 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: git push origin v${{steps.check.outputs.version}} - name: Deploy to Heroku if: steps.check.outputs.changed == 'true' - uses: akhileshns/heroku-deploy@v3.13.15 + uses: akhileshns/heroku-deploy@v4 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "mdn-bcd-collector"