Skip to content

Commit cdc95f6

Browse files
committed
Pin runs-on image: ubuntu-latest -> ubuntu:22.04
1 parent a0c6a92 commit cdc95f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ jobs:
5151
deploy:
5252
needs: test
5353
if: github.ref == 'refs/heads/main'
54-
runs-on: ubuntu-latest
54+
# TODO: This workflows depend on Ubuntu version.
55+
# https://github.com/AkhileshNS/heroku-deploy/issues/186
56+
runs-on: ubuntu:22.04
5557
steps:
56-
- uses: actions/checkout@v2
58+
- uses: actions/checkout@v3
5759
- uses: akhileshns/[email protected]
5860
with:
5961
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}

0 commit comments

Comments
 (0)