diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50c62f6..438a338 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: run: uv run --group docs mkdocs build --strict # Use ruff-action so we get annotations in the Github UI - - uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3 + - uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0 pytest: name: Pytest