diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-01 09:25:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-01 09:25:58 (GMT) |
commit | 686d65aec1fa47ccc0e20f60d17c1b961183f8ea (patch) | |
tree | 67968665ce8627795c82f37d7aa3e640a84c2f01 /.github/workflows/mypy.yml | |
parent | 9ce6c01e38a2fc7a5ce832f1f8c8d9097132556d (diff) | |
download | cpython-686d65aec1fa47ccc0e20f60d17c1b961183f8ea.zip cpython-686d65aec1fa47ccc0e20f60d17c1b961183f8ea.tar.gz cpython-686d65aec1fa47ccc0e20f60d17c1b961183f8ea.tar.bz2 |
build(deps): bump actions/setup-python from 4 to 5 (#113612)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/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>
Diffstat (limited to '.github/workflows/mypy.yml')
-rw-r--r-- | .github/workflows/mypy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 792903a..11928e7 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -46,7 +46,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11" cache: pip |