From 12d04783c7a430e0ec8c37c23e80e48c5a465c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 01:33:25 +0000 Subject: [PATCH] Bump the github-actions-dependencies group Bumps the github-actions-dependencies group in /.github/workflows with 1 update: [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy). Updates `akhileshns/heroku-deploy` from 3.12.14 to 3.13.15 - [Release notes](https://github.com/akhileshns/heroku-deploy/releases) - [Commits](https://github.com/akhileshns/heroku-deploy/compare/v3.12.14...v3.13.15) --- updated-dependencies: - dependency-name: akhileshns/heroku-deploy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/api_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api_deploy.yml b/.github/workflows/api_deploy.yml index 2b2d7f4d..78c7aa60 100644 --- a/.github/workflows/api_deploy.yml +++ b/.github/workflows/api_deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest 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: company-ranking