We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec8a96 commit dd8b914Copy full SHA for dd8b914
.github/workflows/companion-deploy.yml
@@ -86,7 +86,7 @@ jobs:
86
run: |
87
curl https://cli-assets.heroku.com/install.sh | sh
88
- name: Deploy to heroku
89
- uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15
+ uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28 # v3.14.15
90
with:
91
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
92
heroku_app_name: companion-demo
0 commit comments