From c2b9dc096515a6a4c6381d0fd35eed0c6fb3e88e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:50:14 +0000 Subject: [PATCH] Bump actions/setup-python from 4.6.1 to 4.7.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bfa5d209..314006d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Set up Python if: startswith(matrix.python-version, '3') - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ matrix.python-version }} @@ -117,7 +117,7 @@ jobs: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: # Use minimum version of python for coverage to avoid phantom branches # https://github.com/nedbat/coveragepy/issues/1572#issuecomment-1522546425 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b98603b06..020484a6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV - name: Set up Python - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: "3.x"