From 18921ce630e2db825e5c92f2ab43e51d983159d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 17:15:47 +0000 Subject: [PATCH] Update akhileshns/heroku-deploy action to v3.14.15 --- .github/workflows/heroku-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/heroku-deploy.yml b/.github/workflows/heroku-deploy.yml index 413d3fab..47707dc4 100644 --- a/.github/workflows/heroku-deploy.yml +++ b/.github/workflows/heroku-deploy.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: akhileshns/heroku-deploy@v3.13.15 + - uses: akhileshns/heroku-deploy@v3.14.15 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: ${{secrets.HEROKU_APP_NAME}}