From dd591009098e6579226342135e6dbe9cc25e2a1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:57:33 +0000 Subject: [PATCH] Update actions/setup-python digest to 4237552 (#1054) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-develop-docs.yml | 2 +- .github/workflows/publish-release-docs.yml | 2 +- .github/workflows/pushpreview.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-develop-docs.yml b/.github/workflows/publish-develop-docs.yml index f0e6db8e1..d67bd803f 100644 --- a/.github/workflows/publish-develop-docs.yml +++ b/.github/workflows/publish-develop-docs.yml @@ -21,7 +21,7 @@ jobs: lfs: true fetch-depth: 0 - name: Install Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 with: python-version: 3.13.1 - name: Install Python Dependencies diff --git a/.github/workflows/publish-release-docs.yml b/.github/workflows/publish-release-docs.yml index 5ea56c476..5e3b3c379 100644 --- a/.github/workflows/publish-release-docs.yml +++ b/.github/workflows/publish-release-docs.yml @@ -23,7 +23,7 @@ jobs: lfs: true fetch-depth: 0 - name: Install Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 with: python-version: 3.13.1 - name: Install Python Dependencies diff --git a/.github/workflows/pushpreview.yml b/.github/workflows/pushpreview.yml index b34e58f8a..010f60807 100644 --- a/.github/workflows/pushpreview.yml +++ b/.github/workflows/pushpreview.yml @@ -20,7 +20,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 with: python-version: 3.13.1 - name: Set BASE_URL