Skip to content

Commit

Permalink
Bump akhileshns/heroku-deploy from 3.13.15 to 4
Browse files Browse the repository at this point in the history
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](AkhileshNS/heroku-deploy@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 3c8be01 commit 52ab547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git push origin v${{steps.check.outputs.version}}
- name: Deploy to Heroku
if: steps.check.outputs.changed == 'true'
uses: akhileshns/heroku-deploy@v3.13.15
uses: akhileshns/heroku-deploy@v4
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "mdn-bcd-collector"
Expand Down

0 comments on commit 52ab547

Please sign in to comment.