Skip to content

Commit bb40cf2

Browse files
Bump actions/setup-python from 2.3.2 to 3 (#1101)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.2...v3) --- updated-dependencies: - dependency-name: actions/setup-python 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 30563d6 commit bb40cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/[email protected]
5151
- name: Setup python
52-
uses: actions/setup-python@v2.3.2
52+
uses: actions/setup-python@v3
5353
with:
5454
python-version: ${{ matrix.PYTHON.VERSION }}
5555
- run: python -m pip install tox coverage

0 commit comments

Comments
 (0)