From 0fd98be6f500c5f59dcba7d49286af6c7aaf07d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:09:51 +0000 Subject: [PATCH] chore(deps): update akhileshns/heroku-deploy digest to e3eb99d --- .github/workflows/production.yml | 2 +- .github/workflows/release-candiate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index b629afbab3..9c6e477a9f 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@e3eb99d45a8e2ec5dca08735e089607befa4bf28 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..6101fb9331 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@e3eb99d45a8e2ec5dca08735e089607befa4bf28 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "micromasters-rc"