Skip to content

Commit 5921073

Browse files
Bump astral-sh/ruff-action from 2 to 3 in the actions group
Bumps the actions group with 1 update: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action). Updates `astral-sh/ruff-action` from 2 to 3 - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](astral-sh/ruff-action@v2...v3) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d5f1bb commit 5921073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ jobs:
206206
with:
207207
python-version: "${{ inputs.python_version }}"
208208
- name: Ruff Format
209-
uses: astral-sh/ruff-action@v2
209+
uses: astral-sh/ruff-action@v3
210210
with:
211211
src: "${{ inputs.python_src_path }}"
212212
args: "format --check"
213213
changed-files: "true"
214214
- name: Ruff Check
215-
uses: astral-sh/ruff-action@v2
215+
uses: astral-sh/ruff-action@v3
216216
with:
217217
src: "${{ inputs.python_src_path }}"
218218
changed-files: "true"

0 commit comments

Comments
 (0)