Bump actions/setup-python from 4.0.0 to 4.3.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.0.0...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/33/head
dependabot[bot] 2 years ago committed by GitHub
parent 9cb60f0ce2
commit 7ea104f712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4.3.0
with:
python-version: '3.x'
@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@v3 # just need the changelog
- name: Set up Python
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4.3.0
with:
python-version: '3.x'

Loading…
Cancel
Save