diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3970884..5c10a14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.13' + rev: 'v0.2.2' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/action.yml b/action.yml index 81b58f4..4abe162 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,7 @@ runs: - name: Create PR if: ${{ steps.diff.outputs.changes != '' }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ inputs.token }} commit-message: update template diff --git a/{{cookiecutter.project_name}}/.github/workflows/tests.yml b/{{cookiecutter.project_name}}/.github/workflows/tests.yml index 5a2221c..d6f3e86 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/tests.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: run: nox -s tests-{% raw %}${{ matrix.nox_pyv || matrix.pyv }}{% endraw %} -- --cov-report=xml - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 - name: Build package run: nox -s build diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index b2bf94c..e74630a 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.13' + rev: 'v0.2.2' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]