Skip to content

Commit 51e7159

Browse files
committed
Bump setup-python and use 3.9 for typechecking
1 parent c25f9b6 commit 51e7159

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
submodules: true
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
23+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2424
with:
25-
python-version: "3.8"
25+
python-version: "3.9"
2626

2727
- name: Type check
2828
run: make typecheck
@@ -55,7 +55,7 @@ jobs:
5555
__version__\s*=\s*(?:['"])([[:PEP440:]])(?:['"])
5656
5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
58+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5959
if: steps.release.outputs.version == 0
6060
with:
6161
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)