Skip to content

Commit 36eb45b

Browse files
chore(deps): update akhileshns/heroku-deploy digest to e3eb99d
1 parent a0f4005 commit 36eb45b

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@v2
1919
with:
2020
ref: release
21-
- uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820
21+
- uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28
2222
with:
2323
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2424
heroku_app_name: "micromasters"

.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@v2
1919
with:
2020
ref: release-candidate
21-
- uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820
21+
- uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28
2222
with:
2323
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2424
heroku_app_name: "micromasters-rc"

0 commit comments

Comments
 (0)