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 351855a commit 5c68017Copy full SHA for 5c68017
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: tj-actions/[email protected]
18
19
- name: Set up Python
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
with:
22
python-version: '3.13.x'
23
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
fetch-depth: 0
44
45
- name: Set up Python ${{ matrix.python-version }}
46
47
48
python-version: ${{ matrix.python-version }}
49
.github/workflows/update-doc-assets.yml
@@ -46,7 +46,7 @@ jobs:
cp -f CHANGELOG.md docs/CHANGELOG.md
50
51
52
0 commit comments