@@ -23,12 +23,12 @@ jobs:
2323 - {python: '3.10'}
2424 - {name: PyPy, python: 'pypy-3.11', tox: pypy3.11}
2525 steps :
26- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
27- - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
27+ - uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
2828 with :
2929 enable-cache : true
3030 prune-cache : false
31- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
31+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3232 with :
3333 python-version : ${{ matrix.python }}
3434 - run : uv run --locked tox run -e ${{ matrix.tox || format('py{0}', matrix.python) }}
@@ -42,28 +42,28 @@ jobs:
4242 - {python: '3.14'}
4343 - {name: free-threaded, python: '3.14t', tox: stress-py3.14t}
4444 steps :
45- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
46- - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
45+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
46+ - uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
4747 with :
4848 enable-cache : true
4949 prune-cache : false
50- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
50+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
5151 with :
5252 python-version : ${{ matrix.python }}
5353 - run : uv run --locked tox run -e ${{ matrix.tox || format('stress-py{0}', matrix.python) }}
5454 typing :
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
58- - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
57+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
58+ - uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
5959 with :
6060 enable-cache : true
6161 prune-cache : false
62- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
62+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
6363 with :
6464 python-version-file : pyproject.toml
6565 - name : cache mypy
66- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
66+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6767 with :
6868 path : ./.mypy_cache
6969 key : mypy|${{ hashFiles('pyproject.toml') }}
0 commit comments