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 9767518 commit 1667c80Copy full SHA for 1667c80
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
matrix:
21
test_env: [django, functional, api]
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
with:
25
submodules: true
26
- name: Set up Docker Buildx
@@ -108,7 +108,7 @@ jobs:
108
109
tox_env: [docs, precommit, mypy, lint]
110
111
112
113
114
- uses: actions/setup-python@v5
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
publish:
17
runs-on: ubuntu-22.04
18
19
fetch-depth: 0
0 commit comments