Skip to content

Commit 8aa8bac

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 f8793aa7caf0b3196d6ed1370aea45f3c06304a3 to a1393af046c08fe2aeda4efdb1daf0e049cf7dd4 - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@f8793aa...a1393af) Updates `install-pinned/black` from a7c754a902168dce7bb174a2cfc1037cbc60b39a to 09e8d7bc888aceeb0fb35c4281b1cb00447e6758 - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](install-pinned/black@a7c754a...09e8d7b) --- 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 5b6dff5 commit 8aa8bac

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@f8793aa7caf0b3196d6ed1370aea45f3c06304a3
17+
- uses: install-pinned/ruff@a1393af046c08fe2aeda4efdb1daf0e049cf7dd4
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@a7c754a902168dce7bb174a2cfc1037cbc60b39a
35+
- uses: install-pinned/black@09e8d7bc888aceeb0fb35c4281b1cb00447e6758
3636
- run: black .
3737

3838
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 commit comments

Comments
 (0)