File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout Repository
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
28
- name : Show Active Rust Toolchain
29
29
run : rustup show active-toolchain
39
39
40
40
steps :
41
41
- name : Checkout Repository
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@v5
43
43
44
44
- name : Run clippy
45
45
run : cargo clippy -- -D clippy::all
49
49
50
50
steps :
51
51
- name : Checkout Repository
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
54
54
- name : Run cargo fmt
55
55
run : cargo fmt --all -- --check
60
60
if : github.ref == 'refs/heads/main'
61
61
steps :
62
62
- name : Checkout repository
63
- uses : actions/checkout@v4
63
+ uses : actions/checkout@v5
64
64
with :
65
65
fetch-depth : 0
66
66
token : ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments