We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a387c5b commit 6f7c951Copy full SHA for 6f7c951
1 file changed
.github/workflows/check-pre-commit-hooks.yml
@@ -54,9 +54,13 @@ jobs:
54
path: downstream
55
repository: ${{ matrix.downstream }}
56
persist-credentials: false
57
- - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
58
+ # 3.11.0 isn't available through setup-uv
59
with:
60
python-version: ${{ matrix.python-version }}
61
+ - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
62
+ with:
63
+ enable-cache: false
64
- name: Run pre-commit hooks
65
# we use pre-commit-uv to ensure that the workspace configuration is read from
66
# the root pyproject.toml, so that we run against the dev branch of inifix
0 commit comments