Skip to content

Commit be430a1

Browse files
Update akhileshns/heroku-deploy digest to e3eb99d (#2068)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3d1242 commit be430a1

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@c3187cbbeceea824a6f5d9e0e14e2995a611059c
31+
uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28
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@c3187cbbeceea824a6f5d9e0e14e2995a611059c
31+
uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28
3232
with:
3333
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
3434
heroku_app_name: mitopen-rc

0 commit comments

Comments
 (0)