From 155b71c4a1d344ca81a06912659967b88ab228e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:24:01 +0000 Subject: [PATCH] chore(deps): update akhileshns/heroku-deploy digest to 96f4455 --- .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 c871abb70..a7a5d6f79 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@96f4455bfc127bf16feac4b180aae9ec380c5a20 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "bootcamp-ecommerce" diff --git a/.github/workflows/release-candiate.yml b/.github/workflows/release-candiate.yml index d916f40d2..7b78db92a 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@96f4455bfc127bf16feac4b180aae9ec380c5a20 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "bootcamp-ecommerce-rc"