From bc7949e656a0bf698c291a424473063a1ddd6930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 06:39:26 +0000 Subject: [PATCH] Bump actions/setup-python from 4.7.1 to 4.8.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.7.1...v4.8.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db5393eb..18286d57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v4.8.0 with: python-version: ${{ env.PYTHON_VERSION }}