From 2ccae22f3b78766193ab9e839d1a53305564ef1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 07:38:03 +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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d6b38f..724caea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: ls . - name: "Setup Python" - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.8 @@ -70,7 +70,7 @@ jobs: shell: pwsh - name: "Setup Python" - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.8