From e5df517ad9ccbffab7ba30b864624fff32a70453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 16:17:44 +0300 Subject: [PATCH] chore(deps): update akhileshns/heroku-deploy action to v3.12.14 (#3804) --- .github/workflows/reset_heroku.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reset_heroku.yml b/.github/workflows/reset_heroku.yml index e456de3fe1..4a3253b5c8 100644 --- a/.github/workflows/reset_heroku.yml +++ b/.github/workflows/reset_heroku.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Install Heroku CLI - uses: akhileshns/heroku-deploy@v3.12.13 + uses: akhileshns/heroku-deploy@v3.12.14 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_email: ${{ secrets.HEROKU_EMAIL }}