From 8c211ed86d2097b9fbd7eb8363fa53f3bda120d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:38:15 +0000 Subject: [PATCH] Update akhileshns/heroku-deploy digest to 96f4455 --- .github/workflows/production.yml | 2 +- .github/workflows/release-candidate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 2dd823256b..1721a79a8f 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -28,7 +28,7 @@ jobs: run: heroku container:login - name: Release Backend on Heroku - uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9 + uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: mitopen-production diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index e4d39aa9d5..ff31eadcb2 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -28,7 +28,7 @@ jobs: run: heroku container:login - name: Release Backend on Heroku - uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9 + uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: mitopen-rc