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 3dfc875 + 96f58a0 commit 9560a56Copy full SHA for 9560a56
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
toxenv: [quality, django42, django52]
19
20
steps:
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
- name: setup python
23
uses: actions/setup-python@v6
24
with:
.github/workflows/pypi-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout
14
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
15
16
17
0 commit comments