Skip to content

Commit 23f8cd6

Browse files
Bump actions/setup-python from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...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]>
1 parent bb7f3a5 commit 23f8cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- {name: Typing, python: '3.10', os: ubuntu-latest, tox: typing}
3636
steps:
3737
- uses: actions/checkout@v2
38-
- uses: actions/setup-python@v2
38+
- uses: actions/setup-python@v3
3939
with:
4040
python-version: ${{ matrix.python }}
4141
cache: 'pip'

0 commit comments

Comments
 (0)