diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index b629afbab3..88b0a97785 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 with: ref: release - - uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820 + - uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "micromasters" diff --git a/.github/workflows/release-candiate.yml b/.github/workflows/release-candiate.yml index 1f81c37942..3bbc49e6af 100644 --- a/.github/workflows/release-candiate.yml +++ b/.github/workflows/release-candiate.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 with: ref: release-candidate - - uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820 + - uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "micromasters-rc"