From e828f18e659c5cbc28b475eef21e50a8a57996c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 01:13:21 +0000 Subject: [PATCH] chore(deps): update akhileshns/heroku-deploy action to v3.12.13 (#3424) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [akhileshns/heroku-deploy](https://togithub.com/akhileshns/heroku-deploy) | action | patch | `v3.12.12` -> `v3.12.13` | --- ### Release Notes
akhileshns/heroku-deploy ### [`v3.12.13`](https://togithub.com/AkhileshNS/heroku-deploy/releases/tag/v3.12.13) [Compare Source](https://togithub.com/akhileshns/heroku-deploy/compare/v3.12.12...v3.12.13) Switched to node 16 due to deprecation of node 12 (Thank you to [@​brtrick](https://togithub.com/brtrick) for PR)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reset_heroku.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reset_heroku.yml b/.github/workflows/reset_heroku.yml index a12b2795a3..e456de3fe1 100644 --- a/.github/workflows/reset_heroku.yml +++ b/.github/workflows/reset_heroku.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Install Heroku CLI - uses: akhileshns/heroku-deploy@v3.12.12 + uses: akhileshns/heroku-deploy@v3.12.13 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_email: ${{ secrets.HEROKU_EMAIL }}