We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9550ff commit 0362affCopy full SHA for 0362aff
.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.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