Skip to content

Commit 1a87e2d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-heroku.yml

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

0 commit comments

Comments
 (0)