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 5119931 commit 0d033c4Copy full SHA for 0d033c4
2 files changed
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
fetch-depth: 0
14
- name: Setup Python
15
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
16
17
python-version: 3.x
18
- name: Install Dependencies
.github/workflows/release.yml
@@ -136,7 +136,7 @@ jobs:
136
ref: ${{ github.event.release.tag_name }}
137
138
139
140
141
142
0 commit comments