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 d06a3b3 commit 9956642Copy full SHA for 9956642
.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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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