Skip to content

Commit f6eef12

Browse files
authored
chore(deps): pin ruff-action to v4 major
1 parent 981a6c0 commit f6eef12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v6
1414
- name: Install dependencies
1515
uses: ./.github/actions/setup
16-
- uses: astral-sh/ruff-action@v4.0.0
16+
- uses: astral-sh/ruff-action@v4
1717
with:
1818
version-file: "./requirements-dev.txt"
1919

0 commit comments

Comments
 (0)