From 353c4bd11a7fd36c2ce420dd7a4648e7571d24ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:34:25 +0000 Subject: [PATCH] chore(deps): update akhileshns/heroku-deploy digest to e3eb99d --- .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..39519d331 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@e3eb99d45a8e2ec5dca08735e089607befa4bf28 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..e7e3a643e 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@e3eb99d45a8e2ec5dca08735e089607befa4bf28 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "xpro-rc"