Skip to content

Commit 121fdf6

Browse files
Merge pull request #159 from pymeasure/dependabot/github_actions/astral-sh/ruff-action-4.1.0
Bump astral-sh/ruff-action from 4.0.0 to 4.1.0
2 parents e930b75 + a496a40 commit 121fdf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyleco_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Add venv to PATH for pyright
6767
run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
6868
- name: Lint with ruff
69-
uses: astral-sh/ruff-action@v4.0.0
69+
uses: astral-sh/ruff-action@v4.1.0
7070
with:
7171
args: "check --output-format github"
7272
- name: Type check with pyright

0 commit comments

Comments
 (0)