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.
2 parents 274a56f + a9d16db commit 5b94f5aCopy full SHA for 5b94f5a
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
toxenv: [quality, docs, django42]
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
22
- name: setup python
23
uses: actions/setup-python@v5
24
with:
.github/workflows/pypi-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
16
17
0 commit comments