Skip to content

Commit edd3275

Browse files
Update actions/setup-python digest to 8d9ed9a
1 parent 5142c0a commit edd3275

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-develop-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
lfs: true
2222
fetch-depth: 0
2323
- name: Install Python
24-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
24+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2525
with:
2626
python-version: 3.13.2
2727
- name: Install Python Dependencies

.github/workflows/publish-release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424
fetch-depth: 0
2525
- name: Install Python
26-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
26+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2727
with:
2828
python-version: 3.13.2
2929
- name: Install Python Dependencies

.github/workflows/pushpreview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Install Python
23-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
23+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2424
with:
2525
python-version: 3.13.2
2626
- name: Set BASE_URL

0 commit comments

Comments
 (0)