Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
a0cf74cb0e feat(deps): update actions/setup-python action to v6 2025-09-04 05:02:54 +00:00

View File

@@ -27,7 +27,7 @@ jobs:
with: with:
no_commit: True no_commit: True
options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py, options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py,
- uses: stefanzweifel/git-auto-commit-action@v7 - uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: Adjusted files for isort & autopep commit_message: Adjusted files for isort & autopep
@@ -36,7 +36,7 @@ jobs:
needs: lint needs: lint
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: '3.13' python-version: '3.13'
- run: python -m pip install --upgrade pip - run: python -m pip install --upgrade pip
@@ -91,7 +91,7 @@ jobs:
git push origin ${{ steps.git_version.outputs.version }} git push origin ${{ steps.git_version.outputs.version }}
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: '3.13' python-version: '3.13'