From eee192f9e074de1e7b6283976cbe2b5b2e523df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 20:44:37 -0700 Subject: [PATCH] Bump actions/setup-python from 5.5.0 to 5.6.0 (#1020) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- .github/workflows/wheel-builder.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c0a4f1..04b226f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Setup python id: setup-python - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v4.2.3 @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Setup python id: setup-python - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} @@ -108,7 +108,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Setup python id: setup-python - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v4.2.3 diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 480ff55..85dfbde 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -239,7 +239,7 @@ jobs: with: name: bcrypt-sdist - name: Setup python - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }}