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"