We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c6a92 commit cdc95f6Copy full SHA for cdc95f6
.github/workflows/test.yml
@@ -51,9 +51,11 @@ jobs:
51
deploy:
52
needs: test
53
if: github.ref == 'refs/heads/main'
54
- runs-on: ubuntu-latest
+ # TODO: This workflows depend on Ubuntu version.
55
+ # https://github.com/AkhileshNS/heroku-deploy/issues/186
56
+ runs-on: ubuntu:22.04
57
steps:
- - uses: actions/checkout@v2
58
+ - uses: actions/checkout@v3
59
- uses: akhileshns/heroku-deploy@v3.13.15
60
with:
61
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
0 commit comments