Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
c9cad27525 feat(deps): update paulhatch/semantic-version action to v6 2026-03-17 14:10:36 +00:00

View File

@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.14'
python-version: '3.13'
- run: python -m pip install --upgrade pip
- run: |
python -m pip install -r requirements.txt
@@ -76,7 +76,7 @@ jobs:
fi
- name: Git Version
uses: PaulHatch/semantic-version@v5.4.0
uses: PaulHatch/semantic-version@v6.0.2
id: git_version
with:
tag_prefix: ""
@@ -93,7 +93,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.14'
python-version: '3.13'
- name: Install dependencies
run: |