3 Commits

Author SHA1 Message Date
2b4551751a Update https://gitea.com/actions/checkout action to v6
All checks were successful
Build container / Build (pull_request) Successful in 53s
2025-11-21 02:01:21 +00:00
d3a7c9eaae Merge pull request 'Update https://gitea.com/actions/checkout action to v5' (#21) from renovate/https-gitea.com-actions-checkout-5.x into main
Some checks failed
Build container / Build (push) Failing after 3s
Reviewed-on: #21
2025-11-06 11:31:48 +00:00
82419a31ae Update https://gitea.com/actions/checkout action to v5
All checks were successful
Build container / Build (pull_request) Successful in 1m16s
2025-11-05 16:01:49 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.com/actions/checkout@v4
- uses: https://gitea.com/actions/checkout@v6
- name: Fetch tags from main branch
id: version

View File

@@ -1,4 +1,4 @@
FROM docker.io/python:3.14-alpine
FROM docker.io/python:3.13-alpine
# use the latest version of uv, independently of the python version
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/