From 64f27b52766e26d76cb634e60c2c04d4e20d6c88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:51:53 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- .github/workflows/pre-commit.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 32f3a47..85c54c2 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -24,7 +24,7 @@ jobs: repository: StratusGrid/workflow-config path: workflow-config - name: Install Python ${{ env.PY_VERSION }}.X - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: ${{ env.PY_VERSION }} - name: Install TFenv @@ -59,7 +59,7 @@ jobs: repository: StratusGrid/workflow-config path: workflow-config - name: Install Python ${{ env.PY_VERSION }}.X - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: ${{ env.PY_VERSION }} - name: Install pre-commit dependencies @@ -102,7 +102,7 @@ jobs: repository: StratusGrid/workflow-config path: workflow-config - name: Install Python ${{ env.PY_VERSION }}.X - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: ${{ env.PY_VERSION }} - name: Install pre-commit dependencies @@ -151,7 +151,7 @@ jobs: run: | git config --global url."https://x-access-token:${{ steps.get-token.outputs.token }}@github.com".insteadOf "https://github.com" - name: Install Python ${{ env.PY_VERSION }}.X - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: ${{ env.PY_VERSION }} - name: Install TFenv @@ -203,7 +203,7 @@ jobs: repository: StratusGrid/workflow-config path: workflow-config - name: Install Python ${{ env.PY_VERSION }}.X - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: ${{ env.PY_VERSION }} - name: Install pre-commit dependencies