Skip to content

Commit 5850e06

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [install-pinned/ruff](https://github.com/install-pinned/ruff) and [install-pinned/black](https://github.com/install-pinned/black). Updates `install-pinned/ruff` from f6f020dff1f8499900baee92b0e7c35ea0de92a5 to c0209d86da57ec5577d9a9809ead92d5ac41034a - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@f6f020d...c0209d8) Updates `install-pinned/black` from c1c39190e831fe1e864e7d45d26775c22ae9909b to a892e0753fc4c9f0e1efc6c86966f07b5b1c71b2 - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](install-pinned/black@c1c3919...a892e07) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production dependency-group: github-actions - dependency-name: install-pinned/black dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa85786 commit 5850e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: autoflake --in-place --remove-all-unused-imports -r .
3333

3434
# Format code with https://github.com/psf/black
35-
- uses: install-pinned/black@c1c39190e831fe1e864e7d45d26775c22ae9909b
35+
- uses: install-pinned/black@a892e0753fc4c9f0e1efc6c86966f07b5b1c71b2
3636
- run: black .
3737

3838
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 commit comments

Comments
 (0)