Browse Source

⬆ Bump actions/setup-python from 4 to 5 (#641)

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>
pull/13907/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
069cb30b71
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/smokeshow.yml

2
.github/workflows/smokeshow.yml

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'

Loading…
Cancel
Save