From fec27ebc738b87887add429fcac531487a650c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:29:56 -0500 Subject: [PATCH] chore(deps): bump actions/setup-python from 5.1.0 to 5.2.0 (#1700) * chore(deps): bump actions/setup-python from 5.1.0 to 5.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * docs: add info to CHANGES --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sijis Aviles --- .github/workflows/python-package.yml | 2 +- CHANGES.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 370611686..451676216 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/CHANGES.rst b/CHANGES.rst index 058dc5657..37160cdc8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ fixes: - docs: add unreleased section (#1681) - fix: check only activate plugins listed in CORE_PLUGINS (#1601) - chore: bump jinja to 3.1.3 (#1684) -- chore: bump actions/setup-python version (#1686) +- chore: bump actions/setup-python version (#1686, #1700) - chore: bump actions/checkout version (#1696) - chore: optimize Dockerfile (#1679) - docs: fix telegram install command (#1697)