Skip to content

Commit 0ea56f4

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 38b373a3a8635c2be31d92314e816a491fda910a to cba1fcedcf06f8ce35ea5df3807d5ca864a5ad98 - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@38b373a...cba1fce) Updates `install-pinned/black` from 9241ba54e01d3221774e266acfd86a3f14624279 to da1c4cd9047284302028272b9db712597533fac6 - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](install-pinned/black@9241ba5...da1c4cd) --- 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 29cd8b7 commit 0ea56f4

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@38b373a3a8635c2be31d92314e816a491fda910a
17+
- uses: install-pinned/ruff@cba1fcedcf06f8ce35ea5df3807d5ca864a5ad98
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@9241ba54e01d3221774e266acfd86a3f14624279
35+
- uses: install-pinned/black@da1c4cd9047284302028272b9db712597533fac6
3636
- run: black .
3737

3838
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 commit comments

Comments
 (0)