@@ -18,36 +18,35 @@ jobs:
1818 - {name: Windows, python: '3.14', os: windows-latest}
1919 - {name: Mac, python: '3.14', os: macos-latest}
2020 - {python: '3.13'}
21- - {python: '3.13t'}
2221 - {python: '3.12'}
2322 - {python: '3.11'}
2423 - {python: '3.10'}
2524 - {name: PyPy, python: 'pypy-3.11', tox: pypy3.11}
2625 - {name: Minimum Versions, python: '3.14', tox: tests-min}
2726 - {name: Development Versions, python: '3.10', tox: tests-dev}
2827 steps :
29- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
30- - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
28+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
29+ - uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
3130 with :
3231 enable-cache : true
3332 prune-cache : false
34- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
33+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3534 with :
3635 python-version : ${{ matrix.python }}
3736 - run : uv run --locked tox run -e ${{ matrix.tox || format('py{0}', matrix.python) }}
3837 typing :
3938 runs-on : ubuntu-latest
4039 steps :
41- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
42- - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
40+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
41+ - uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
4342 with :
4443 enable-cache : true
4544 prune-cache : false
46- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
45+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
4746 with :
4847 python-version-file : pyproject.toml
4948 - name : cache mypy
50- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
49+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5150 with :
5251 path : ./.mypy_cache
5352 key : mypy|${{ hashFiles('pyproject.toml') }}
0 commit comments