From 736984717617398fc66085164b5c9a66ade25ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:46:22 +0000 Subject: [PATCH] chore(deps): update akhileshns/heroku-deploy digest to b311c19 --- .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..ebd766c9d8 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@b311c195ff64b5d1fce3a5f9d09561f3128e1026 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..8cab891100 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@b311c195ff64b5d1fce3a5f9d09561f3128e1026 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "micromasters-rc"