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 d66608b commit f580e2eCopy full SHA for f580e2e
.github/workflows/release.yml
@@ -11,14 +11,14 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
18
- name: Set up Python
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
20
21
- python-version: 3.8
+ python-version: '3.12'
22
23
- name: Install dependencies
24
run: |
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
django-version: 'main'
36
37
38
- - uses: actions/checkout@v3
39
40
- name: Set up Python ${{ matrix.python-version }}
41
uses: actions/setup-python@v4
0 commit comments