From 657cea46cea8b35b46670bf753b09a36ccabeac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:17:47 +0000 Subject: [PATCH] build(deps): bump akhileshns/heroku-deploy from 3.13.15 to 4 Bumps [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy) from 3.13.15 to 4. - [Release notes](https://github.com/akhileshns/heroku-deploy/releases) - [Commits](https://github.com/akhileshns/heroku-deploy/compare/v3.13.15...v4) --- updated-dependencies: - dependency-name: akhileshns/heroku-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d89e05..ea022b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | curl https://cli-assets.heroku.com/install.sh | sh - - uses: akhileshns/heroku-deploy@v3.13.15 # This is the action + - uses: akhileshns/heroku-deploy@v4 # This is the action with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}