Skip to content

Commit eee192f

Browse files
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](actions/setup-python@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0820c0d commit eee192f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4.2.2
2626
- name: Setup python
2727
id: setup-python
28-
uses: actions/setup-python@v5.5.0
28+
uses: actions/setup-python@v5.6.0
2929
with:
3030
python-version: ${{ matrix.PYTHON.VERSION }}
3131
- uses: actions/cache@v4.2.3
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4.2.2
6161
- name: Setup python
6262
id: setup-python
63-
uses: actions/setup-python@v5.5.0
63+
uses: actions/setup-python@v5.6.0
6464
with:
6565
python-version: ${{ matrix.PYTHON.VERSION }}
6666
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -108,7 +108,7 @@ jobs:
108108
- uses: actions/checkout@v4.2.2
109109
- name: Setup python
110110
id: setup-python
111-
uses: actions/setup-python@v5.5.0
111+
uses: actions/setup-python@v5.6.0
112112
with:
113113
python-version: ${{ matrix.PYTHON.VERSION }}
114114
- uses: actions/cache@v4.2.3

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
with:
240240
name: bcrypt-sdist
241241
- name: Setup python
242-
uses: actions/setup-python@v5.5.0
242+
uses: actions/setup-python@v5.6.0
243243
with:
244244
python-version: ${{ matrix.PYTHON.VERSION }}
245245
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)