We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d033c4 commit e46d904Copy full SHA for e46d904
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@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.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