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 953c01d commit bc79c33Copy full SHA for bc79c33
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v5
23
- name: Setup Python
24
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
25
with:
26
python-version: 3.11
27
cache: 'pip'
@@ -61,7 +61,7 @@ jobs:
61
62
63
- name: Setup Python ${{ matrix.pyver }}
64
65
66
python-version: ${{ matrix.pyver }}
67
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
python-version: 3.9
110
- name: Install dependencies
0 commit comments