We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25f9b6 commit 51e7159Copy full SHA for 51e7159
1 file changed
.github/workflows/tests.yml
@@ -20,9 +20,9 @@ jobs:
20
submodules: true
21
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
24
with:
25
- python-version: "3.8"
+ python-version: "3.9"
26
27
- name: Type check
28
run: make typecheck
@@ -55,7 +55,7 @@ jobs:
55
__version__\s*=\s*(?:['"])([[:PEP440:]])(?:['"])
56
57
58
59
if: steps.release.outputs.version == 0
60
61
python-version: ${{ matrix.python-version }}
0 commit comments