From 5cb3c913f6c2b1d453046f41f5546b2a50c928b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:06:50 +0000 Subject: [PATCH] Bump akhileshns/heroku-deploy from 3.12.14 to 3.13.15 Bumps [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy) from 3.12.14 to 3.13.15. - [Release notes](https://github.com/akhileshns/heroku-deploy/releases) - [Commits](https://github.com/akhileshns/heroku-deploy/compare/v3.12.14...v3.13.15) --- updated-dependencies: - dependency-name: akhileshns/heroku-deploy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28d9ca3..2834418 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: if: needs.pick_ci.outputs.chosen_ci == 'github-actions' steps: - uses: actions/checkout@v4 - - uses: akhileshns/heroku-deploy@v3.12.14 + - uses: akhileshns/heroku-deploy@v3.13.15 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: rainforest-ci-sample-staging @@ -76,7 +76,7 @@ jobs: needs: merge_to_master steps: - uses: actions/checkout@v4 - - uses: akhileshns/heroku-deploy@v3.12.14 + - uses: akhileshns/heroku-deploy@v3.13.15 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: rainforest-ci-sample-prd