Skip to content

Commit 6263a93

Browse files
build: Bump akhileshns/heroku-deploy in the github-actions group
Bumps the github-actions group with 1 update: [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy). Updates `akhileshns/heroku-deploy` from 3.14.15 to 4 - [Release notes](https://github.com/akhileshns/heroku-deploy/releases) - [Commits](AkhileshNS/heroku-deploy@v3.14.15...v4) --- updated-dependencies: - dependency-name: akhileshns/heroku-deploy dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d56b6a6 commit 6263a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heroku-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install Heroku CLI # <- IMPORTANT!!! Make sure the cli is installed before using the action
1212
run: |
1313
curl https://cli-assets.heroku.com/install.sh | sh
14-
- uses: akhileshns/heroku-deploy@v3.14.15 # This action deploys the content on Heroku
14+
- uses: akhileshns/heroku-deploy@v4 # This action deploys the content on Heroku
1515
with:
1616
heroku_api_key: ${{secrets.HEROKU_API_KEY}} #The Heroku api key we stored on our repo secret
1717
heroku_app_name: "djangosnippets" #The name of your heroku app - Must be unique in Heroku

0 commit comments

Comments
 (0)