Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
f1926838a6 Merge fe51a57398 into 52ebff3e69 2026-03-28 12:37:37 +00:00
renovate[bot]
fe51a57398 feat(deps): update codacy/git-version action to v2.8.7 2026-03-27 09:33:30 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.14
python-version: 3.13
cache: 'pip' # caching pip dependencies
- name: Setup tests (install dependencies, run migrations)
run: |
@@ -91,7 +91,7 @@ jobs:
git config --local user.name "creyD"
- name: Git Version
uses: codacy/git-version@2.8.6
uses: codacy/git-version@2.8.7
id: git_version
with:
minor-identifier: "feat:"

View File

@@ -1,4 +1,4 @@
FROM python:3.14-slim
FROM python:3.13-slim
ARG VERSION=unknown
# Create a non-root user and group