From 07f485da7f3676429ffbc6aa2522947835ae79c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:53:09 +0000 Subject: [PATCH] Update GitHub Action `actions/setup-python` to v4.9.1 --- .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 f9fed8d..cdbd72b 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@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 + uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 with: python-version: "3.10" - name: Upgrade pip diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 02ef2b6..04dae89 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@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 + uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 with: python-version: "3.10"