From 8b6d001dda4a1f332b18bfb7fcc5b554461f2ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:22:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20actions/setup-python=20from?= =?UTF-8?q?=204=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/proxy-scraper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proxy-scraper.yml b/.github/workflows/proxy-scraper.yml index a5cefa9..f70629c 100644 --- a/.github/workflows/proxy-scraper.yml +++ b/.github/workflows/proxy-scraper.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.7"