From ce83725cc0d07ed9bf76903fca4c14a317e4ca1c Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Apr 2026 10:13:26 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3 to 4.0.0 --- project_name/.github/workflows/ci.yml.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project_name/.github/workflows/ci.yml.jinja b/project_name/.github/workflows/ci.yml.jinja index 182414a..65c9f4b 100644 --- a/project_name/.github/workflows/ci.yml.jinja +++ b/project_name/.github/workflows/ci.yml.jinja @@ -33,7 +33,7 @@ jobs: jupyter: {{ "true" if contains_jupyter_files else "false" }} use_pyproject: true {%- elif format_tool == "ruff" %} - - uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3 + - uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0 with: args: format --check {%- endif %} @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3 + - uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0 pre-commit: env: