Skip to content

Commit 0ed7782

Browse files
Update akhileshns/heroku-deploy digest to c3187cb
1 parent f59e570 commit 0ed7782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: heroku container:login
2929

3030
- name: Release Backend on Heroku
31-
uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9
31+
uses: akhileshns/heroku-deploy@c3187cbbeceea824a6f5d9e0e14e2995a611059c
3232
with:
3333
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
3434
heroku_app_name: mitopen-production

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: heroku container:login
2929

3030
- name: Release Backend on Heroku
31-
uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9
31+
uses: akhileshns/heroku-deploy@c3187cbbeceea824a6f5d9e0e14e2995a611059c
3232
with:
3333
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
3434
heroku_app_name: mitopen-rc

0 commit comments

Comments
 (0)