From 0314409f5f116b8d64de0381876e501dd1e29375 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Nov 2025 00:01:30 +0000 Subject: [PATCH] chore(deps): update https://gitea.com/actions/setup-python action to v6 --- .gitea/workflows/check-spell.yml | 2 +- .gitea/workflows/generate-appid.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/check-spell.yml b/.gitea/workflows/check-spell.yml index f5ab948..1c0c60c 100644 --- a/.gitea/workflows/check-spell.yml +++ b/.gitea/workflows/check-spell.yml @@ -19,7 +19,7 @@ jobs: uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Set up Python - uses: https://gitea.com/actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: https://gitea.com/actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: python-version-file: "pyproject.toml" diff --git a/.gitea/workflows/generate-appid.yml b/.gitea/workflows/generate-appid.yml index ba597d1..bf9f840 100644 --- a/.gitea/workflows/generate-appid.yml +++ b/.gitea/workflows/generate-appid.yml @@ -14,7 +14,7 @@ jobs: uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Set up Python - uses: https://gitea.com/actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: https://gitea.com/actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: python-version-file: "pyproject.toml"