We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a279f commit 25b0bceCopy full SHA for 25b0bce
2 files changed
.github/workflows/make_wheel.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Prepare python
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
with:
18
python-version: '3.10'
19
.github/workflows/validate.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
0 commit comments