Skip to content

Commit b1d4e57

Browse files
chore(deps): update akhileshns/heroku-deploy digest to e3eb99d
1 parent 7a68a1a commit b1d4e57

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
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
ref: release
21-
- uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20
21+
- uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28
2222
with:
2323
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2424
heroku_app_name: "mitxonline-production"

.github/workflows/release-candiate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
ref: release-candidate
21-
- uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20
21+
- uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28
2222
with:
2323
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2424
heroku_app_name: "mitxonline-rc"

0 commit comments

Comments
 (0)