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 e5f5ee5 commit c4729a1Copy full SHA for c4729a1
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
- python: "3.13"
72
TOXENV: py313-django52-djangorestframework315
73
steps:
74
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
75
with:
76
ref: ${{ github.event.pull_request.head.sha }}
77
.github/workflows/pypi.yml
@@ -17,7 +17,7 @@ jobs:
17
permissions:
18
id-token: write
19
20
21
- name: Set up Python
22
uses: actions/setup-python@v6
23
0 commit comments