We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96a9bd0 + af28a83 commit 7fc1dafCopy full SHA for 7fc1daf
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