From 4bb8066349c69a0d1e45f3b9707fdc652d468474 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:53:37 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 --- .github/workflows/ci-version-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-version-bump.yml b/.github/workflows/ci-version-bump.yml index 3eb7fa6..c356454 100644 --- a/.github/workflows/ci-version-bump.yml +++ b/.github/workflows/ci-version-bump.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.x'