From 47ae8eae50548b0938f3827b9bd1457689c282db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 20:05:52 +0100 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 (#171) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/version-maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-maintenance.yml b/.github/workflows/version-maintenance.yml index e593371..312370b 100644 --- a/.github/workflows/version-maintenance.yml +++ b/.github/workflows/version-maintenance.yml @@ -24,7 +24,7 @@ jobs: - name: Check out codebase uses: actions/checkout@v4 - name: Set up Python 3 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3" - name: Set up pip and install requirements