From 1753ee3e2720ee1d54c41fc736701841dac07a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 23:49:47 -0500 Subject: [PATCH] chore(deps): bump actions/setup-python from 3.1.2 to 4.0.0 (#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](https://github.com/actions/setup-python/compare/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] * docs: add info to CHANGES 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 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 67cdeb92d..7a58a7550 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 }} diff --git a/CHANGES.rst b/CHANGES.rst index dc51c1947..8574ecf8a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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)