diff --git a/.woodpecker/pre-commit.yaml b/.woodpecker/pre-commit.yaml index 448bd09..5086dd5 100644 --- a/.woodpecker/pre-commit.yaml +++ b/.woodpecker/pre-commit.yaml @@ -3,7 +3,7 @@ when: steps: - name: pre-commit - image: git.unkin.net/unkin/almalinux9-base:20260308 + image: git.unkin.net/unkin/almalinux9-base:20260606 commands: - uvx pre-commit run --all-files diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 1003b57..b137cd2 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -3,6 +3,6 @@ when: steps: - name: test - image: git.unkin.net/unkin/almalinux9-base:20260308 + image: git.unkin.net/unkin/almalinux9-base:20260606 commands: - uvx --python 3.11 --with tox-uv tox