diff --git a/.github/workflows/commit_checks.yaml b/.github/workflows/commit_checks.yaml index 36f4925..edd59a4 100644 --- a/.github/workflows/commit_checks.yaml +++ b/.github/workflows/commit_checks.yaml @@ -50,10 +50,10 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Ruff Check - uses: astral-sh/ruff-action@a7b1296fb5bd3ebb270731d1782bf05a97806e29 + uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 with: args: 'check --config pyproject.toml' - name: Ruff Format - uses: astral-sh/ruff-action@a7b1296fb5bd3ebb270731d1782bf05a97806e29 + uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 with: args: 'format --check --config pyproject.toml'