From ed2c51e63289576553ff2edb9c740e1b596dc3e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:01:01 +0000 Subject: [PATCH] Update GitHub Action `actions/setup-python` to v5 --- .github/actions/setup-rust-ci/action.yml | 2 +- .github/workflows/rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-rust-ci/action.yml b/.github/actions/setup-rust-ci/action.yml index cdbd72bd..38fbf377 100644 --- a/.github/actions/setup-rust-ci/action.yml +++ b/.github/actions/setup-rust-ci/action.yml @@ -5,7 +5,7 @@ runs: using: composite steps: - name: Set up Python - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: "3.10" - name: Upgrade pip diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 74afb0e3..57d107c3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -172,7 +172,7 @@ jobs: - name: Install Python if: matrix.directory == 'apps/sim-engine' - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: "3.10"