Skip to content

Commit bb10016

Browse files
Bump actions/setup-python from 5.1.0 to 5.1.1 (#832)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14815dc commit bb10016

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
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4.1.7
3030
- name: Setup python
3131
id: setup-python
32-
uses: actions/setup-python@v5.1.0
32+
uses: actions/setup-python@v5.1.1
3333
with:
3434
python-version: ${{ matrix.PYTHON.VERSION }}
3535
- uses: actions/cache@v4.0.2
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v4.1.7
6464
- name: Setup python
6565
id: setup-python
66-
uses: actions/setup-python@v5.1.0
66+
uses: actions/setup-python@v5.1.1
6767
with:
6868
python-version: ${{ matrix.PYTHON.VERSION }}
6969
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -110,7 +110,7 @@ jobs:
110110
- uses: actions/checkout@v4.1.7
111111
- name: Setup python
112112
id: setup-python
113-
uses: actions/setup-python@v5.1.0
113+
uses: actions/setup-python@v5.1.1
114114
with:
115115
python-version: ${{ matrix.PYTHON.VERSION }}
116116
- uses: actions/cache@v4.0.2

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
with:
202202
name: bcrypt-sdist
203203
- name: Setup python
204-
uses: actions/setup-python@v5.1.0
204+
uses: actions/setup-python@v5.1.1
205205
with:
206206
python-version: ${{ matrix.PYTHON.VERSION }}
207207
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)