File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
autofix :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : mhils/workflows/checkout@v11
17
- - uses : mhils/workflows/setup-python@v11
18
- - uses : mhils/workflows/setup-uv@v11
16
+ - uses : mhils/workflows/checkout@v16
17
+ - uses : mhils/workflows/setup-python@v16
18
+ - uses : mhils/workflows/setup-uv@v16
19
19
20
20
- run : uv run ruff check --fix-only .
21
21
- run : uv run ruff format .
24
24
25
25
- uses : mhils/add-pr-ref-in-changelog@v1
26
26
27
- - uses : autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
27
+ - uses : autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
Original file line number Diff line number Diff line change 79
79
with :
80
80
name : wheels
81
81
path : dist/
82
- - uses : actions/attest-build-provenance@v1
82
+ - uses : actions/attest-build-provenance@v2
83
83
with :
84
84
subject-path : ' dist/*'
85
85
You can’t perform that action at this time.
0 commit comments