We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55b8d13 + 062c7ce commit b45df44Copy full SHA for b45df44
1 file changed
.github/workflows/docs.yaml
@@ -24,13 +24,13 @@ jobs:
24
docs:
25
runs-on: ubuntu-latest
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28
with:
29
fetch-depth: 0
30
31
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
32
33
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
34
35
python-version: "3.12"
36
0 commit comments