Skip to content

Commit b788861

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [install-pinned/ruff](https://github.com/install-pinned/ruff), [install-pinned/reorder_python_imports](https://github.com/install-pinned/reorder_python_imports) and [install-pinned/black](https://github.com/install-pinned/black). Updates `install-pinned/ruff` from a1393af046c08fe2aeda4efdb1daf0e049cf7dd4 to f91b0bd5d5680f7ecf60fcd37860121a4b6dadf5 - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@a1393af...f91b0bd) Updates `install-pinned/reorder_python_imports` from 4919b538f4633769fd61b53a217ee8189332f49e to 9397de6904c0791c23a16ce081245fc7498cf2b0 - [Release notes](https://github.com/install-pinned/reorder_python_imports/releases) - [Commits](install-pinned/reorder_python_imports@4919b53...9397de6) Updates `install-pinned/black` from 09e8d7bc888aceeb0fb35c4281b1cb00447e6758 to 16ae6270b3f857eb3b9dc5d8f84cd2ecb1ca052b - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](install-pinned/black@09e8d7b...16ae627) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production dependency-group: github-actions - dependency-name: install-pinned/reorder_python_imports 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 88027c6 commit b788861

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

.github/workflows/python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pyupgrade --exit-zero-even-if-changed --py39-plus **/*.py
2222
2323
# Sort imports with https://github.com/asottile/reorder_python_imports
24-
- uses: install-pinned/reorder_python_imports@4919b538f4633769fd61b53a217ee8189332f49e
24+
- uses: install-pinned/reorder_python_imports@9397de6904c0791c23a16ce081245fc7498cf2b0
2525
- name: Run reorder-python-imports
2626
run: |
2727
shopt -s globstar
@@ -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@09e8d7bc888aceeb0fb35c4281b1cb00447e6758
35+
- uses: install-pinned/black@16ae6270b3f857eb3b9dc5d8f84cd2ecb1ca052b
3636
- run: black .
3737

3838
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 commit comments

Comments
 (0)