Skip to content

Commit 5f52721

Browse files
Bump actions/setup-python from 6.1.0 to 6.2.0 (#1141)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.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 afffe14 commit 5f52721

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@v6.0.1
2626
- name: Setup python
2727
id: setup-python
28-
uses: actions/setup-python@v6.1.0
28+
uses: actions/setup-python@v6.2.0
2929
with:
3030
python-version: ${{ matrix.PYTHON.VERSION }}
3131
- uses: actions/cache@v5.0.1
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v6.0.1
6363
- name: Setup python
6464
id: setup-python
65-
uses: actions/setup-python@v6.1.0
65+
uses: actions/setup-python@v6.2.0
6666
with:
6767
python-version: ${{ matrix.PYTHON.VERSION }}
6868
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -107,7 +107,7 @@ jobs:
107107
- uses: actions/checkout@v6.0.1
108108
- name: Setup python
109109
id: setup-python
110-
uses: actions/setup-python@v6.1.0
110+
uses: actions/setup-python@v6.2.0
111111
with:
112112
python-version: ${{ matrix.PYTHON.VERSION }}
113113
- uses: actions/cache@v5.0.1

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
with:
224224
name: bcrypt-sdist
225225
- name: Setup python
226-
uses: actions/setup-python@v6.1.0
226+
uses: actions/setup-python@v6.2.0
227227
with:
228228
python-version: ${{ matrix.PYTHON.VERSION }}
229229
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)