Skip to content

Commit 57b8b45

Browse files
Bump install-pinned/ruff in the github-actions group across 1 directory (#160)
Bumps the github-actions group with 1 update in the / directory: [install-pinned/ruff](https://github.com/install-pinned/ruff). Updates `install-pinned/ruff` from 50364bc42dfc4f7ed30b3a2c09a14c8c43a23bdf to f8793aa7caf0b3196d6ed1370aea45f3c06304a3 - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@50364bc...f8793aa) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 708ecde commit 57b8b45

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@50364bc42dfc4f7ed30b3a2c09a14c8c43a23bdf
17+
- uses: install-pinned/ruff@f8793aa7caf0b3196d6ed1370aea45f3c06304a3
1818
- run: ruff --fix-only .
1919
- run: ruff format .
2020

0 commit comments

Comments
 (0)