We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10c1a43 + cf71a4a commit da7de5cCopy full SHA for da7de5c
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.python-version }}
23
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Set up Python 3.11
27
28
29
python-version: "3.11"
30
0 commit comments