From ac516444afd62f04135816680aadff2545d36e4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:53:05 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/tests.yml | 2 +- .pre-commit-config.yaml | 2 +- action.yml | 2 +- {{cookiecutter.project_name}}/.github/workflows/tests.yml | 2 +- {{cookiecutter.project_name}}/.pre-commit-config.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f12106..b870259 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Setup nox - uses: wntrblm/nox@2023.04.22 + uses: wntrblm/nox@2024.03.02 with: python-versions: "3.8, 3.9, 3.10, 3.11, pypy-3.8, pypy-3.9" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3970884..5099bf6 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.3.3' 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..ad6ec9c 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.3.3' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]