From ceee45e3d6a60b040ab88226b2c502a59d783fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 18:23:19 +0000 Subject: [PATCH] Bump akhileshns/heroku-deploy from 3.13.15 to 3.14.15 Bumps [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy) from 3.13.15 to 3.14.15. - [Release notes](https://github.com/akhileshns/heroku-deploy/releases) - [Commits](https://github.com/akhileshns/heroku-deploy/compare/v3.13.15...v3.14.15) --- updated-dependencies: - dependency-name: akhileshns/heroku-deploy dependency-version: 3.14.15 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3e25259783..1ae3b7254d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - - uses: akhileshns/heroku-deploy@v3.13.15 + - uses: akhileshns/heroku-deploy@v3.14.15 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}