@@ -26,28 +26,28 @@ jobs:
2626 - {name: Minimum Versions, python: '3.14', tox: tests-min}
2727 - {name: Development Versions, python: '3.10', tox: tests-dev}
2828 steps :
29- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
30- - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
29+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
30+ - uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
3131 with :
3232 enable-cache : true
3333 prune-cache : false
34- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
34+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3535 with :
3636 python-version : ${{ matrix.python }}
3737 - run : uv run --locked tox run -e ${{ matrix.tox || format('py{0}', matrix.python) }}
3838 typing :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
42- - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
41+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
42+ - uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
4343 with :
4444 enable-cache : true
4545 prune-cache : false
46- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
46+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
4747 with :
4848 python-version-file : pyproject.toml
4949 - name : cache mypy
50- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
50+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5151 with :
5252 path : ./.mypy_cache
5353 key : mypy|${{ hashFiles('pyproject.toml') }}
0 commit comments