We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641e2df commit e8983f2Copy full SHA for e8983f2
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
fetch-depth: 0
14
- name: Setup Python
15
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
+ uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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