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 7a75314 commit fe56b69Copy full SHA for fe56b69
2 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Run make ci
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Run make release
0 commit comments