From 64b825d75c1c666831e17bb0a25f794e2fdd2bcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:14:28 +0000 Subject: [PATCH] Update akhileshns/heroku-deploy digest to 9fd0f9f --- .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 7ef5be4f5e..b5ba71ccac 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 with: ref: release - - uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820 + - uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "mitxonline-production" diff --git a/.github/workflows/release-candiate.yml b/.github/workflows/release-candiate.yml index d31f57ef67..a5184a8905 100644 --- a/.github/workflows/release-candiate.yml +++ b/.github/workflows/release-candiate.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 with: ref: release-candidate - - uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820 + - uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "mitxonline-rc"