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 756912e commit 0137b89Copy full SHA for 0137b89
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v5
24
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
27
with:
28
python-version: ${{ matrix.python-version }}
29
cache: 'pip'
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Set up Python
20
21
22
python-version: "3.x"
0 commit comments