Skip to content

Commit 560f0d4

Browse files
Bump the github-actions group with 2 updates (#156)
Bumps the github-actions group with 2 updates: [install-pinned/ruff](https://github.com/install-pinned/ruff) and [install-pinned/pyupgrade](https://github.com/install-pinned/pyupgrade). Updates `install-pinned/ruff` from c0209d86da57ec5577d9a9809ead92d5ac41034a to fc90447b9d77655231e89ba016e71381e57a3804 - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@c0209d8...fc90447) Updates `install-pinned/pyupgrade` from db06e93ad73b120eb0fcec2f32ddd7fcd01d9435 to 2ef0e31dd8755f2a8b9f170ebfb241cb88b4f1ed - [Release notes](https://github.com/install-pinned/pyupgrade/releases) - [Commits](install-pinned/pyupgrade@db06e93...2ef0e31) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production dependency-group: github-actions - dependency-name: install-pinned/pyupgrade 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 a962d73 commit 560f0d4

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

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
# Upgrade to the latest Python syntax with https://github.com/asottile/pyupgrade
17-
- uses: install-pinned/pyupgrade@db06e93ad73b120eb0fcec2f32ddd7fcd01d9435
17+
- uses: install-pinned/pyupgrade@2ef0e31dd8755f2a8b9f170ebfb241cb88b4f1ed
1818
- name: Run pyupgrade
1919
run: |
2020
shopt -s globstar

0 commit comments

Comments
 (0)