From c5496e11122f623a75f3d9316add2458b863f173 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 21:55:24 +0000 Subject: [PATCH] chore(deps): update akhileshns/heroku-deploy digest to e86b991 --- .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..4b691a35d 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@e86b991436e126ff9d78399b801a6610a64881c9 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..c199c273c 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@e86b991436e126ff9d78399b801a6610a64881c9 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "ocw-studio-rc"