From: dependabot[bot] Date: Mon, 1 Jan 2024 01:07:59 +0000 (+0000) Subject: Bump actions/setup-python from 4 to 5 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a225bbddef84cde92cf5949e7ebd6f02d35f8414;p=stevenblack-hosts.git Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f35e2e8a6..fcd7c284f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} cache: pip