Skip to content

Commit b65753b

Browse files
Bump actions/setup-python from 4 to 6 (#93)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5df8095 commit b65753b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cache-key: ${{ matrix.config.os }}-${{ matrix.config.python_version }}
103103
version: "4.1.1"
104104

105-
- uses: actions/setup-python@v4
105+
- uses: actions/setup-python@v6
106106
id: setup-python
107107
with:
108108
python-version: '${{ matrix.config.python_version }}'
@@ -198,7 +198,7 @@ jobs:
198198
- uses: actions/checkout@v6
199199
with:
200200
path: ws/src/tesseract_python
201-
- uses: actions/setup-python@v4
201+
- uses: actions/setup-python@v6
202202
id: setup-python
203203
with:
204204
python-version: '${{ matrix.config.python_version }}'
@@ -311,7 +311,7 @@ jobs:
311311
- uses: actions/checkout@v6
312312
with:
313313
path: ws/src/tesseract_python
314-
- uses: actions/setup-python@v4
314+
- uses: actions/setup-python@v6
315315
id: setup-python
316316
with:
317317
python-version: '${{ matrix.config.python_version }}'

0 commit comments

Comments
 (0)