From aadf5b639c430d41939b76989bade7007268d554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:43:42 +0000 Subject: [PATCH] chore(deps): update akhileshns/heroku-deploy digest to c3187cb --- .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..6b13d2dea 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@c3187cbbeceea824a6f5d9e0e14e2995a611059c 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..30ef2cc94 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@c3187cbbeceea824a6f5d9e0e14e2995a611059c with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "xpro-rc"