diff --git a/.github/workflows/heroku-deploy.yml b/.github/workflows/heroku-deploy.yml index 10bc4cf3..fd81075d 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@v6 - - uses: akhileshns/heroku-deploy@v3.14.15 + - uses: akhileshns/heroku-deploy@v3.15.15 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: ${{secrets.HEROKU_APP_NAME}}