From bca3e9f5c16fd7502cf843ede8bf5cdd1b2e0e94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:36:41 +0000 Subject: [PATCH] chore(deps): update akhileshns/heroku-deploy digest to 581dd28 --- .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 d71343518..ceac46700 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: ref: release - - uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 + - uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 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 0a0d03a06..48ed39faf 100644 --- a/.github/workflows/release-candiate.yml +++ b/.github/workflows/release-candiate.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: ref: release-candidate - - uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 + - uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "ocw-studio-rc"