From a99a3201b6fc867d899aa595e7f492b44e178073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:14:31 +0000 Subject: [PATCH] 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] --- .github/workflows/win32.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win32.yml b/.github/workflows/win32.yml index 61347a09a..9e0d03b01 100644 --- a/.github/workflows/win32.yml +++ b/.github/workflows/win32.yml @@ -143,7 +143,7 @@ jobs: name: perl-${{ matrix.perl }}-wer path: ${{ runner.temp }}/perl-wer if: failure() - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.x" if: failure() @@ -234,7 +234,7 @@ jobs: name: perl-${{ matrix.perl }}-wer path: ${{ runner.temp }}/perl-wer if: failure() - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.x" if: failure()