diff --git a/.github/workflows/ruff-sensors.yml b/.github/workflows/ruff-sensors.yml index 97122894..445a55f1 100644 --- a/.github/workflows/ruff-sensors.yml +++ b/.github/workflows/ruff-sensors.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: astral-sh/ruff-action@v3 + - uses: astral-sh/ruff-action@v4.1.0 with: args: "--version" - name: Fetch base branch @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: astral-sh/ruff-action@v3 + - uses: astral-sh/ruff-action@v4.1.0 with: args: "--version" - name: Fetch base branch