From fb0830e9fc190ad89781ff85e4313368aab1c40d Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 6 Dec 2023 12:00:31 +0000 Subject: [PATCH] Update actions/setup-python action to v5 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3c74f83..edbdc00 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11 - uses: taiki-e/install-action@just