Skip to content

Commit

Permalink
gha: bump actions/setup-python from 4.7.1 to 5.0.0 (#54)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.7.1...v5.0.0)

---
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>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent ac8a9b2 commit 5ce92c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python 3
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: '3'
cache: 'pip'
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
path: cpython/Doc/locales

- name: Set up Python 3
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: '3'
cache: 'pip'
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
path: ${{ matrix.branch }}

- name: Set up Python 3
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: '3'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updpyver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Set up Python 3
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: '3'
cache: 'pip'
Expand Down

0 comments on commit 5ce92c5

Please sign in to comment.