Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 0d3303a

Browse files
committed
Pin Heroku Deploy action
Pending fix for AkhileshNS/heroku-deploy#173
1 parent 601958e commit 0d3303a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check out source code
2323
uses: actions/checkout@v4
2424
- name: Deploy to Heroku
25-
uses: akhileshns/[email protected].14
25+
uses: akhileshns/[email protected].13
2626
with:
2727
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2828
heroku_app_name: ${{ vars.HEROKU_APP_NAME }}

0 commit comments

Comments
 (0)