Skip to content

Commit cfa1057

Browse files
dependabot[bot]sijis
authored andcommitted
chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 (errbotio#1686)
* chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.0.0...v5.1.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 53cc3a4 commit cfa1057

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/[email protected]
26-
25+
uses: actions/[email protected]
2726
with:
2827
python-version: ${{ matrix.python-version }}
2928

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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)
910

1011
v6.2.0 (2024-01-01)
1112
-------------------

0 commit comments

Comments
 (0)