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 7087982 + 2bc7805 commit 8e09556Copy full SHA for 8e09556
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Set up Python
34
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
35
with:
36
python-version: '3.10'
37
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v4
27
28
- name: Set up Python ${{ matrix.python }}
29
30
python-version: ${{ matrix.python }}
0 commit comments