From 93235325e6a11a58cb0bc9e9628d72ec05b31292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:21:29 +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 1e238f05d..793584d16 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 with: ref: release - - uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9 + - uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "xpro-production" diff --git a/.github/workflows/release-candiate.yml b/.github/workflows/release-candiate.yml index 5733e99b4..3659253ff 100644 --- a/.github/workflows/release-candiate.yml +++ b/.github/workflows/release-candiate.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 with: ref: release-candidate - - uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9 + - uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "xpro-rc"