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 062cf7c + 9216bd0 commit 5cb866eCopy full SHA for 5cb866e
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
17
- name: Set up Python
18
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
19
with:
20
python-version: '3.11'
21
.github/workflows/test_suite.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
22
23
24
python-version: ${{ matrix.python-version }}
25
0 commit comments