diff --git a/.github/workflows/heroku-deploy.yml b/.github/workflows/heroku-deploy.yml index 5bbcf9d6..46efcc4b 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.12.14 + - uses: akhileshns/heroku-deploy@v3.13.14 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: ${{secrets.HEROKU_APP_NAME}}