6060 GITHUB_CONTEXT : ${{ toJSON(github) }}
6161 run : >
6262 uvx
63- --with-requirements https://github.com/kdeldycke/workflows/main /requirements/gha-utils.txt
63+ --with-requirements https://github.com/kdeldycke/workflows/v4.23.1 /requirements/gha-utils.txt
6464 --
6565 gha-utils metadata --overwrite "$GITHUB_OUTPUT"
6666
@@ -82,14 +82,14 @@ jobs:
8282 # Explicit list of files is provided, as autopep8 is not able to handle find files in ".github" subdirectory.
8383 run : >
8484 uvx
85- --with-requirements https://github.com/kdeldycke/workflows/main /requirements/autopep8.txt
85+ --with-requirements https://github.com/kdeldycke/workflows/v4.23.1 /requirements/autopep8.txt
8686 --
8787 autopep8 --recursive --in-place --max-line-length 88 --select E501 --aggressive
8888 ${{ needs.project-metadata.outputs.python_files }}
8989 - name : Install Ruff
9090 run : >
9191 uv tool install --with-requirements
92- https://github.com/kdeldycke/workflows/main /requirements/ruff.txt ruff
92+ https://github.com/kdeldycke/workflows/v4.23.1 /requirements/ruff.txt ruff
9393 # --fix : Automatically fix issues that can be fixed.
9494 # --unsafe-fixes : Include fixes that may not retain the original intent of the code.
9595 # See: https://docs.astral.sh/ruff/linter/#fix-safety
@@ -136,7 +136,7 @@ jobs:
136136 # https://github.com/astral-sh/ruff/issues/3792
137137 run : >
138138 uvx
139- --with-requirements https://github.com/kdeldycke/workflows/main /requirements/blacken-docs.txt
139+ --with-requirements https://github.com/kdeldycke/workflows/v4.23.1 /requirements/blacken-docs.txt
140140 --
141141 blacken-docs
142142 --line-length 88
@@ -205,7 +205,7 @@ jobs:
205205 - name : Install mdformat
206206 run : >
207207 uv tool install --with-requirements
208- https://github.com/kdeldycke/workflows/main /requirements/mdformat.txt mdformat
208+ https://github.com/kdeldycke/workflows/v4.23.1 /requirements/mdformat.txt mdformat
209209 - name : Install shfmt
210210 run : |
211211 sudo apt install --yes shfmt
0 commit comments