File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
name : Checkout
21
21
22
22
- name : Init toolchain
23
- uses : alorel-actions/cargo/init@v1
23
+ uses : alorel-actions/cargo/init@v2
24
24
with :
25
25
cache-prefix : release
26
26
Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ jobs:
35
35
uses : ./.github/actions/changelog
36
36
37
37
- name : Init toolchain
38
- uses : alorel-actions/cargo/init@v1
38
+ uses : alorel-actions/cargo/init@v2
39
39
with :
40
40
cache-prefix : release
41
41
42
42
- name : cargo-bump
43
- uses : alorel-actions/cargo/bump@v1
43
+ uses : alorel-actions/cargo/bump@v2
44
44
with :
45
45
release-type : ${{ steps.changelog.outputs.release-type }}
46
46
47
47
- name : Git release
48
- uses : alorel-actions/cargo/release-git@v1
48
+ uses : alorel-actions/cargo/release-git@v2
49
49
with :
50
50
version : ${{ steps.changelog.outputs.version }}
51
51
changelog : ${{ steps.changelog.outputs.changelog }}
Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@v4
39
39
40
40
- name : Init toolchain
41
- uses : alorel-actions/cargo/init@v1
41
+ uses : alorel-actions/cargo/init@v2
42
42
id : toolchain
43
43
with :
44
44
toolchain : nightly-2024-10-18
61
61
uses : actions/checkout@v4
62
62
63
63
- name : Init toolchain
64
- uses : alorel-actions/cargo/init@v1
64
+ uses : alorel-actions/cargo/init@v2
65
65
id : toolchain
66
66
with :
67
67
cache-prefix : doctest
78
78
uses : actions/checkout@v4
79
79
80
80
- name : Init toolchain
81
- uses : alorel-actions/cargo/init@v1
81
+ uses : alorel-actions/cargo/init@v2
82
82
id : toolchain
83
83
with :
84
84
components : rustfmt,clippy
Original file line number Diff line number Diff line change 30
30
uses : actions/checkout@v4
31
31
32
32
- name : Init toolchain
33
- uses : alorel-actions/cargo/init@v1
33
+ uses : alorel-actions/cargo/init@v2
34
34
with :
35
35
toolchain : ${{ inputs.toolchain }}
36
36
cache-prefix : test
You can’t perform that action at this time.
0 commit comments