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 cd5e0ac commit 89ee187Copy full SHA for 89ee187
1 file changed
.github/workflows/main.yml
@@ -17,9 +17,9 @@ jobs:
17
python-version: 3.7
18
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Setup build and test environment
@@ -54,10 +54,10 @@ jobs:
54
runs-on: ubuntu-latest
55
56
57
58
- name: Set up Python 3.12
59
if: startsWith(github.event.ref, 'refs/tags')
60
61
62
python-version: 3.12
63
- name: Build Package
0 commit comments