From f95cb5fb169892b896b8af7949c3ed63458bac32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:24:03 +0000 Subject: [PATCH] Bump akhileshns/heroku-deploy from 3.14.15 to 4 Bumps [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy) from 3.14.15 to 4. - [Release notes](https://github.com/akhileshns/heroku-deploy/releases) - [Commits](https://github.com/akhileshns/heroku-deploy/compare/v3.14.15...v4) --- updated-dependencies: - dependency-name: akhileshns/heroku-deploy dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28a3ca91..f6b94eec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Deploy to Heroku - uses: akhileshns/heroku-deploy@v3.14.15 + uses: akhileshns/heroku-deploy@v4 with: branch: PhlexUI-web heroku_api_key: ${{secrets.HEROKU_API_KEY}}