Skip to content

Commit 279ee3c

Browse files
committed
Update akhileshns/heroku-deploy action to v3.13.14
1 parent 661af83 commit 279ee3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heroku-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: akhileshns/heroku-deploy@v3.12.14
10+
- uses: akhileshns/heroku-deploy@v3.13.14
1111
with:
1212
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
1313
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}

0 commit comments

Comments
 (0)