diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index b820f61232..3f98de95fe 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 8d02c1b917..3f97b8a7c7 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