From 9ba491121b9558877603133ab788d22780041864 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 22 Jan 2026 12:00:19 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- .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 5332ee0..97400a6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11 - uses: taiki-e/install-action@just