From bd5841250b02adcff5f6b7ddf707c15f7cd7bdf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:55:55 +0000 Subject: [PATCH] Bump actions/setup-python from 5.4.0 to 5.5.0 in the actions group Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/42375524e23c412d93fb67b49958b491fce71c38...8d9ed9ac5c53483de85588cdf95a591a75ab9f55) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_crontests.yml | 2 +- .github/workflows/ci_devtests.yml | 2 +- .github/workflows/ci_online_crontests.yml | 2 +- .github/workflows/ci_tests.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_crontests.yml b/.github/workflows/ci_crontests.yml index c01efa0849..1898d1c8f6 100644 --- a/.github/workflows/ci_crontests.yml +++ b/.github/workflows/ci_crontests.yml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: ${{ matrix.python }} - name: Install Python dependencies diff --git a/.github/workflows/ci_devtests.yml b/.github/workflows/ci_devtests.yml index d79f7f4d12..d4f36389fb 100644 --- a/.github/workflows/ci_devtests.yml +++ b/.github/workflows/ci_devtests.yml @@ -48,7 +48,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: ${{ matrix.python }} - name: Install Python dependencies diff --git a/.github/workflows/ci_online_crontests.yml b/.github/workflows/ci_online_crontests.yml index 2953ebeeb2..d9e9f9f678 100644 --- a/.github/workflows/ci_online_crontests.yml +++ b/.github/workflows/ci_online_crontests.yml @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: ${{ matrix.python }} - name: Install Python dependencies diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 97afb40ef4..75457573e4 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -67,7 +67,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: ${{ matrix.python }} - name: Install Python dependencies @@ -89,7 +89,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: "3.9" - name: Run egg_info