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 15be786 + d5f070f commit c4fb982Copy full SHA for c4fb982
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
needs: []
31
32
steps:
33
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
34
35
- name: Set up Python
36
uses: actions/setup-python@v5
.github/workflows/run-tests.yml
@@ -36,7 +36,7 @@ jobs:
django-version: "5.2"
37
38
- name: Checkout code
39
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
40
41
- name: Set up Python ${{ matrix.python-version }}
42
0 commit comments