From b1ce772938f3ca95a11b2191cc5f0aa627b2f421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 08:03:49 +0000 Subject: [PATCH] chore(deps): 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 1de175c6c..f0ad56b25 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@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "ocw-studio" diff --git a/.github/workflows/release-candiate.yml b/.github/workflows/release-candiate.yml index 885deb25d..ccf3e7f69 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@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "ocw-studio-rc"