Skip to content

Commit

Permalink
Update akhileshns/heroku-deploy digest to c3187cb
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 0f55f62 commit 462d565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: heroku container:login

- name: Release Backend on Heroku
uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9
uses: akhileshns/heroku-deploy@c3187cbbeceea824a6f5d9e0e14e2995a611059c
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: mitopen-production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: heroku container:login

- name: Release Backend on Heroku
uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9
uses: akhileshns/heroku-deploy@c3187cbbeceea824a6f5d9e0e14e2995a611059c
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: mitopen-rc
Expand Down

0 comments on commit 462d565

Please sign in to comment.