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 c52cf2b commit b83bb11Copy full SHA for b83bb11
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
needs: [lint, tests]
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Set up Python 3.11
20
uses: actions/setup-python@v4
21
with:
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
- django: "5.1"
29
python-version: "3.9"
30
31
32
- name: Set up Python ${{ matrix.python-version }}
33
34
0 commit comments