Skip to content

Commit d0251ea

Browse files
Bump the github-actions group with 2 updates (#157)
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 fc90447b9d77655231e89ba016e71381e57a3804 to 50364bc42dfc4f7ed30b3a2c09a14c8c43a23bdf - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@fc90447...50364bc) Updates `install-pinned/black` from a892e0753fc4c9f0e1efc6c86966f07b5b1c71b2 to 7d0c549f757100f9a9d85c092f726db7be7321ea - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](install-pinned/black@a892e07...7d0c549) --- 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 560f0d4 commit d0251ea

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@fc90447b9d77655231e89ba016e71381e57a3804
17+
- uses: install-pinned/ruff@50364bc42dfc4f7ed30b3a2c09a14c8c43a23bdf
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@a892e0753fc4c9f0e1efc6c86966f07b5b1c71b2
35+
- uses: install-pinned/black@7d0c549f757100f9a9d85c092f726db7be7321ea
3636
- run: black .
3737

3838
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 commit comments

Comments
 (0)