Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 3.1.2 to 4.0.0 (errbotio#…
Browse files Browse the repository at this point in the history
…1575)

* chore(deps): bump actions/setup-python from 3.1.2 to 4.0.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3.1.2...v4.0.0)

---
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>

* docs: add info to CHANGES

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sijis Aviles <sijis.aviles+github@gmail.com>
  • Loading branch information
dependabot[bot] and sijis committed Jan 1, 2024
1 parent 69e71ce commit 7745736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.0.0
with:
python-version: ${{ matrix.python-version }}

Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fixes:

- docs: add unreleased section (#1576)
- docs: update broken URL for Markdown Extra (#1572)
- chore: bump actions/setup-python version (#1575)


v6.1.9 (2022-06-11)
Expand Down

0 comments on commit 7745736

Please sign in to comment.