Skip to content

Commit 5a846ff

Browse files
chore(deps): bump actions/setup-python from 5.6.0 to 6.0.0 (#1738)
* chore(deps): bump actions/setup-python from 5.6.0 to 6.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * docs: add info to CHANGES --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sijis Aviles <[email protected]>
1 parent 4bf2889 commit 5a846ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/[email protected]
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v5.6.0
27+
uses: actions/setup-python@v6.0.0
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fixes:
66
- docs: add unreleased section (#1681)
77
- fix: check only activate plugins listed in CORE_PLUGINS (#1601)
88
- chore: bump jinja to 3.1.3 (#1684)
9-
- chore: bump actions/setup-python version (#1686, #1700, #1708)
9+
- chore: bump actions/setup-python version (#1686, #1700, #1708, #1738)
1010
- chore: bump actions/checkout version (#1696, #1704, #1737)
1111
- chore: optimize Dockerfile (#1679)
1212
- docs: fix telegram install command (#1697)

0 commit comments

Comments
 (0)