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.
2 parents 674bc71 + 19160c5 commit 8619fceCopy full SHA for 8619fce
.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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.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