We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94644d2 + 3cf8dac commit ec737caCopy full SHA for ec737ca
.github/workflows/ci_tests.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v5
21
22
- name: Prepare python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Check out repository
18
19
- name: Set up python
python-version: 3.11
0 commit comments