Skip to content

Commit 8eb3efe

Browse files
Bump the github-actions group with 3 updates (#147)
Bumps the github-actions group with 3 updates: [install-pinned/ruff](https://github.com/install-pinned/ruff), [install-pinned/autoflake](https://github.com/install-pinned/autoflake) and [install-pinned/black](https://github.com/install-pinned/black). Updates `install-pinned/ruff` from 48831a86ce1ccf6386ae7e04eb47efc8780b4b5e to be1c354876e78dc826f323b569172d562e94c34a - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@48831a8...be1c354) Updates `install-pinned/autoflake` from d28ad6620f52fa2145f963804cc69d2c7ab9afe8 to 4ec21525e4de790a8b76d1224a2dd45868a2239d - [Release notes](https://github.com/install-pinned/autoflake/releases) - [Commits](install-pinned/autoflake@d28ad66...4ec2152) Updates `install-pinned/black` from 8fc5f6b19b02d6bfee206457b68e87db48a835c3 to a03542b2f415a42d74f22d264d41f0a93234610d - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](install-pinned/black@8fc5f6b...a03542b) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production dependency-group: github-actions - dependency-name: install-pinned/autoflake 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 13904ae commit 8eb3efe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@48831a86ce1ccf6386ae7e04eb47efc8780b4b5e
17+
- uses: install-pinned/ruff@be1c354876e78dc826f323b569172d562e94c34a
1818
- run: ruff --fix-only .
1919
- run: ruff format .
2020

.github/workflows/python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
reorder-python-imports --exit-zero-even-if-changed --py39-plus **/*.py
2929
3030
# Remove unused imports with https://github.com/PyCQA/autoflake
31-
- uses: install-pinned/autoflake@d28ad6620f52fa2145f963804cc69d2c7ab9afe8
31+
- uses: install-pinned/autoflake@4ec21525e4de790a8b76d1224a2dd45868a2239d
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@8fc5f6b19b02d6bfee206457b68e87db48a835c3
35+
- uses: install-pinned/black@a03542b2f415a42d74f22d264d41f0a93234610d
3636
- run: black .
3737

3838
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 commit comments

Comments
 (0)