Skip to content

Commit 4c2fdea

Browse files
committed
Pin Heroku stack to heroku-24 in deploy workflow
See #2692.
1 parent 45867a2 commit 4c2fdea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-heroku.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
2929
run: |
3030
heroku --version
31+
heroku stack:set heroku-24 --app devdocs
3132
heroku git:remote --app devdocs
3233
# no --force; --force should never be necessary
3334
git push heroku HEAD:main

0 commit comments

Comments
 (0)