From dcbf0a690afbf89e6b12c42719b6b976ac07843f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:10:32 +0000 Subject: [PATCH] Update actions/setup-python action to v5 --- template/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index 3e7e9e1..8271a3e 100644 --- a/template/.github/workflows/ci.yml +++ b/template/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: cat Aptfile | sudo xargs apt-get install - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 with: python-version: "3.9"