Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
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 826c99bfba88282a5506ab737c92253a106c070e to 17a23ada9ccc007b3c2ee863036bb275fd81fbd1
- [Release notes](https://github.com/install-pinned/ruff/releases)
- [Commits](install-pinned/ruff@826c99b...17a23ad)

Updates `install-pinned/black` from 643d4e04f52490ded2bb06011fd99e3d28b06389 to 6653323dd0ac4355d3f97916cb237634e95a0743
- [Release notes](https://github.com/install-pinned/black/releases)
- [Commits](install-pinned/black@643d4e0...6653323)

---
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]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 2cddcd0 commit 12758f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

# Fix lint errors with https://github.com/charliermarsh/ruff
- uses: install-pinned/ruff@826c99bfba88282a5506ab737c92253a106c070e
- uses: install-pinned/ruff@17a23ada9ccc007b3c2ee863036bb275fd81fbd1
- run: ruff check --fix-only .
- run: ruff format .

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: autoflake --in-place --remove-all-unused-imports -r .

# Format code with https://github.com/psf/black
- uses: install-pinned/black@643d4e04f52490ded2bb06011fd99e3d28b06389
- uses: install-pinned/black@6653323dd0ac4355d3f97916cb237634e95a0743
- run: black .

- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a

0 comments on commit 12758f9

Please sign in to comment.