Skip to content

Commit a4fcba7

Browse files
Bump the github-actions group with 2 updates (#145)
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 a5367eab93dba18c9958b24631941363616a5fb5 to bc12a64c2f0fd73d270f1b96fecb9f7706478bff - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@a5367ea...bc12a64) Updates `install-pinned/black` from 990356fe1e7c7f118eeb5ba0648f93588619b501 to 8fc5f6b19b02d6bfee206457b68e87db48a835c3 - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](install-pinned/black@990356f...8fc5f6b) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2df6adc commit a4fcba7

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@a5367eab93dba18c9958b24631941363616a5fb5
17+
- uses: install-pinned/ruff@bc12a64c2f0fd73d270f1b96fecb9f7706478bff
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@990356fe1e7c7f118eeb5ba0648f93588619b501
35+
- uses: install-pinned/black@8fc5f6b19b02d6bfee206457b68e87db48a835c3
3636
- run: black .
3737

3838
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 commit comments

Comments
 (0)