Skip to content

Commit 8830bf8

Browse files
authoredDec 11, 2023
Build(deps): Bump actions/setup-python from 4 to 5 (#406)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3be9ce1 commit 8830bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
path: dist/
8989
if: matrix.install == 'sdist' || matrix.install == 'wheel'
9090
- name: Set up Python ${{ matrix.python-version }}
91-
uses: actions/setup-python@v4
91+
uses: actions/setup-python@v5
9292
with:
9393
python-version: ${{ matrix.python-version }}
9494
- name: Select archive

0 commit comments

Comments
 (0)
Please sign in to comment.