From 9a8bb80afdc6e6dfa98297e2272a9bf24a882d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:03:38 +0000 Subject: [PATCH] chore(deps): bump akhileshns/heroku-deploy from 3.12.12 to 3.12.13 Bumps [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy) from 3.12.12 to 3.12.13. - [Release notes](https://github.com/akhileshns/heroku-deploy/releases) - [Commits](https://github.com/akhileshns/heroku-deploy/compare/v3.12.12...v3.12.13) --- updated-dependencies: - dependency-name: akhileshns/heroku-deploy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9afd351..3e10f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Push to Staging if: github.ref == 'refs/heads/develop' - uses: akhileshns/heroku-deploy@v3.12.12 + uses: akhileshns/heroku-deploy@v3.12.13 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} @@ -78,7 +78,7 @@ jobs: - name: Push to Production if: github.ref == 'refs/heads/main' - uses: akhileshns/heroku-deploy@v3.12.12 + uses: akhileshns/heroku-deploy@v3.12.13 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }}