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.
2 parents d04be54 + 450a77a commit c9b8ed1Copy full SHA for c9b8ed1
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: install dependencies
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
20
0 commit comments