From 37640bd1fdb102c7a74fa2af7630ed2df62760ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 11 Aug 2024 00:10:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d5464cd..4e3acea 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - uses: https://github.com/actions/setup-python@v4 + - uses: https://github.com/actions/setup-python@v5 with: python-version: '3.11.3' cache: 'pip' -- 2.49.1