diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28d9ca3..2834418 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: if: needs.pick_ci.outputs.chosen_ci == 'github-actions' steps: - uses: actions/checkout@v4 - - uses: akhileshns/heroku-deploy@v3.12.14 + - uses: akhileshns/heroku-deploy@v3.13.15 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: rainforest-ci-sample-staging @@ -76,7 +76,7 @@ jobs: needs: merge_to_master steps: - uses: actions/checkout@v4 - - uses: akhileshns/heroku-deploy@v3.12.14 + - uses: akhileshns/heroku-deploy@v3.13.15 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: rainforest-ci-sample-prd