We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906fb87 commit cdb4919Copy full SHA for cdb4919
.github/workflows/publish-to-pypi.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: pipx install poetry
21
22
- name: Set up Python 3.12
23
- uses: actions/setup-python@v5.0.0
+ uses: actions/setup-python@v5.1.0
24
with:
25
python-version: '3.12'
26
cache: 'poetry'
.github/workflows/python-lint.yaml
@@ -23,7 +23,7 @@ jobs:
27
28
29
.github/workflows/python-pytest.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
35
- name: Set up Python ${{ matrix.python-version }}
36
37
38
python-version: ${{ matrix.python-version }}
39
0 commit comments