From ec08a25372eca146c8491c20158a39752df0c52b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:36:13 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .pre-commit-config.yaml | 2 +- action.yml | 2 +- {{cookiecutter.project_name}}/.pre-commit-config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e639338..db88e02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.6.0' + rev: 'v0.6.7' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"] diff --git a/action.yml b/action.yml index 4abe162..e2f1a9f 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@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ inputs.token }} commit-message: update template diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index f46482c..bb28896 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.6.0' + rev: 'v0.6.7' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]