Skip to content

Commit 104919d

Browse files
Update akhileshns/heroku-deploy digest to 96f4455
1 parent f20a5ec commit 104919d

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@96f4455bfc127bf16feac4b180aae9ec380c5a20
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@96f4455bfc127bf16feac4b180aae9ec380c5a20
3232
with:
3333
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
3434
heroku_app_name: mitopen-rc

0 commit comments

Comments
 (0)