We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0fb0b7 + fa9c920 commit 90570feCopy full SHA for 90570fe
.github/workflows/continuous-integration-pip.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v5
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments