diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 3ddb6e6..d71bd29 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -18,7 +18,7 @@ jobs: - name: Install Ruff id: install-ruff - uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1 + uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0 with: version: '0.15.x' args: '--version'