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.
actions/setup-python@v2
1 parent 987eed6 commit af4e271Copy full SHA for af4e271
.github/workflows/django.yml
@@ -16,10 +16,10 @@ jobs:
16
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up Python 3.7
20
- uses: actions/setup-python@v1
+ - name: Set up Python 3.9
+ uses: actions/setup-python@v2
21
with:
22
- python-version: 3.7
+ python-version: 3.9
23
- name: psycopg2 prerequisites
24
run: sudo apt-get install python-dev libpq-dev
25
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
35
needs: build
36
if: github.ref == 'refs/heads/master'
37
38
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
39
- name: Deploy to Heroku
40
env:
41
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
0 commit comments