Skip to content

Commit f45b923

Browse files
chore(deps): bump actions/setup-python from 5.2.0 to 5.3.0 (#1708)
* chore(deps): bump actions/setup-python from 5.2.0 to 5.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... 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 da7f5e9 commit f45b923

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.2.0
27+
uses: actions/setup-python@v5.6.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)
9+
- chore: bump actions/setup-python version (#1686, #1700, #1708)
1010
- chore: bump actions/checkout version (#1696, #1704)
1111
- chore: optimize Dockerfile (#1679)
1212
- docs: fix telegram install command (#1697)

0 commit comments

Comments
 (0)