File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- 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
20
20
with :
21
21
ref : ${{ github.ref }}
22
22
check-name : build
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
16
16
# Fix lint errors with https://github.com/charliermarsh/ruff
17
- - uses : install-pinned/ruff@8e23c2ad6e5fef4f7451bbdbc1ad068881096aeb
17
+ - uses : install-pinned/ruff@f6f020dff1f8499900baee92b0e7c35ea0de92a5
18
18
- run : ruff --fix-only .
19
19
- run : ruff format .
20
20
Original file line number Diff line number Diff line change 32
32
- run : autoflake --in-place --remove-all-unused-imports -r .
33
33
34
34
# Format code with https://github.com/psf/black
35
- - uses : install-pinned/black@5c54e216b1101a3e602e4920e23cc0610ab620b4
35
+ - uses : install-pinned/black@c1c39190e831fe1e864e7d45d26775c22ae9909b
36
36
- run : black .
37
37
38
38
- uses : autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
You can’t perform that action at this time.
0 commit comments