Skip to content

Commit aa85786

Browse files
Bump the github-actions group with 3 updates (#154)
Bumps the github-actions group with 3 updates: [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action), [install-pinned/ruff](https://github.com/install-pinned/ruff) and [install-pinned/black](https://github.com/install-pinned/black). Updates `lewagon/wait-on-check-action` from 1.3.3 to 1.3.4 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Commits](lewagon/wait-on-check-action@595dabb...ccfb013) Updates `install-pinned/ruff` from 8e23c2ad6e5fef4f7451bbdbc1ad068881096aeb to f6f020dff1f8499900baee92b0e7c35ea0de92a5 - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@8e23c2a...f6f020d) Updates `install-pinned/black` from 5c54e216b1101a3e602e4920e23cc0610ab620b4 to c1c39190e831fe1e864e7d45d26775c22ae9909b - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](install-pinned/black@5c54e21...c1c3919) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - 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 cd23345 commit aa85786

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Wait for tests to succeed
19-
uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f # 1.3.3
19+
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # 1.3.4
2020
with:
2121
ref: ${{ github.ref }}
2222
check-name: build

.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@8e23c2ad6e5fef4f7451bbdbc1ad068881096aeb
17+
- uses: install-pinned/ruff@f6f020dff1f8499900baee92b0e7c35ea0de92a5
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@5c54e216b1101a3e602e4920e23cc0610ab620b4
35+
- uses: install-pinned/black@c1c39190e831fe1e864e7d45d26775c22ae9909b
3636
- run: black .
3737

3838
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 commit comments

Comments
 (0)