We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8df93 commit 254a5ceCopy full SHA for 254a5ce
.github/workflows/docs.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
fetch-depth: 0
27
- name: Set up Python
28
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
29
30
python-version: "3.12"
31
- name: Capture branch and tag
.github/workflows/reusable_publish_docs.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install poetry
43
run: pipx install poetry
44
45
46
47
48
cache: "poetry"
0 commit comments