From ad915814a8e1512f4189c07e69418bc619ce95f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 18:25:27 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3357fa9..d2d93af 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -105,7 +105,7 @@ jobs: ln -snf /usr/bin/g++ /usr/bin/aarch64-linux-gnu-g++ steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" - name: cache rust @@ -152,7 +152,7 @@ jobs: target: [x64, x86] steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" architecture: ${{ matrix.target }} @@ -191,7 +191,7 @@ jobs: target: [x86_64, aarch64] steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" - name: cache rust