Skip to content

Commit 5cdcdd5

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0 (#1114)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73cb03e commit 5cdcdd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
with:
242242
name: bcrypt-sdist
243243
- name: Setup python
244-
uses: actions/setup-python@v6.0.0
244+
uses: actions/setup-python@v6.1.0
245245
with:
246246
python-version: ${{ matrix.PYTHON.VERSION }}
247247
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)