We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 356485d + 4ae7056 commit 210112cCopy full SHA for 210112c
3 files changed
.github/workflows/docs.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/configure-pages@v4
26
27
- name: Configure Python
28
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
29
with:
30
python-version: "3.7"
31
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-tags: true
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
ref: ${{ github.event.pull_request.head.sha || github.ref }}
57
58
- name: Configure Python ${{ matrix.python-version }}
59
60
61
python-version: "${{ matrix.python-version }}"
62
0 commit comments