From 4a4a6b4a29693e78246fca0f044e2acde4271f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 03:02:03 +0000 Subject: [PATCH] build(deps): bump LizardByte/setup-python-action Bumps [LizardByte/setup-python-action](https://github.com/lizardbyte/setup-python-action) from 2023.1226.20556 to 2024.327.234417. - [Release notes](https://github.com/lizardbyte/setup-python-action/releases) - [Commits](https://github.com/lizardbyte/setup-python-action/compare/v2023.1226.20556...v2024.327.234417) --- updated-dependencies: - dependency-name: LizardByte/setup-python-action dependency-type: direct:production update-type: version-update:semver-major ... 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 23c06b0..0b83f03 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -68,7 +68,7 @@ jobs: expose_plex_data_files_for_docker: ${{ matrix.docker }} - name: Set up Python - uses: LizardByte/setup-python-action@v2023.1226.20556 + uses: LizardByte/setup-python-action@v2024.327.234417 with: python-version: ${{ matrix.python }} @@ -121,7 +121,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: LizardByte/setup-python-action@v2023.1226.20556 + uses: LizardByte/setup-python-action@v2024.327.234417 with: python-version: '2.7'