Skip to content

Commit a4aac43

Browse files
Bump the github-actions group with 1 update
Bumps the github-actions group with 1 update: [install-pinned/ruff](https://github.com/install-pinned/ruff). Updates `install-pinned/ruff` from be1c354876e78dc826f323b569172d562e94c34a to 38b373a3a8635c2be31d92314e816a491fda910a - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@be1c354...38b373a) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6049170 commit a4aac43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ruff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
# Fix lint errors with https://github.com/charliermarsh/ruff
17-
- uses: install-pinned/ruff@be1c354876e78dc826f323b569172d562e94c34a
17+
- uses: install-pinned/ruff@38b373a3a8635c2be31d92314e816a491fda910a
1818
- run: ruff --fix-only .
1919
- run: ruff format .
2020

0 commit comments

Comments
 (0)