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 9ed2a52 commit 00731eaCopy full SHA for 00731ea
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Install Python
21
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
22
id: setup-python
23
with:
24
python-version: ">=3.9"
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: Install Python ${{ matrix.python-version }}
58
59
60
python-version: ${{ matrix.python-version }}
61
@@ -119,7 +119,7 @@ jobs:
119
token: ${{ secrets.GITHUB_TOKEN }}
120
121
- name: Set Up Python
122
123
124
125
0 commit comments