Skip to content

Commit 45012a5

Browse files
committed
up-to-date heroku-deploy action
1 parent 3d8a671 commit 45012a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rails_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: ${{ github.ref == 'refs/heads/master' }}
101101
steps:
102102
- uses: actions/checkout@v3
103-
- uses: akhileshns/heroku-deploy@v3.12.12
103+
- uses: akhileshns/heroku-deploy@v3.14.15
104104
with:
105105
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
106106
heroku_app_name: "res-ecommerce-rails"

0 commit comments

Comments
 (0)