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 07c69cb + ac499cd commit ce8d2d4Copy full SHA for ce8d2d4
.github/workflows/qa.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Clone repository
13
uses: actions/checkout@v4
14
- name: Use Python
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
16
with:
17
python-version: '3.13'
18
- name: Install dependencies
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: '0'
23
token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
24
25
26
27
28
0 commit comments