File tree 4 files changed +74
-30
lines changed
4 files changed +74
-30
lines changed Original file line number Diff line number Diff line change 19
19
- heretek
20
20
21
21
steps :
22
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
- uses : dtolnay/rust-toolchain@d76c2a93c593483c9892fd8d2538734f73ed8588 # stable
24
24
with :
25
25
target : ${{ matrix.targets }}
32
32
tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
33
33
-C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }}
34
34
35
- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
35
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
36
36
with :
37
37
name : ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
38
38
path : ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
Original file line number Diff line number Diff line change 20
20
- stable
21
21
22
22
steps :
23
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
- uses : dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
25
25
with :
26
26
toolchain : ${{ matrix.toolchain }}
37
37
- stable
38
38
39
39
steps :
40
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
41
- uses : dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
42
42
with :
43
43
toolchain : ${{ matrix.toolchain }}
51
51
runs-on : ubuntu-24.04
52
52
53
53
steps :
54
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
54
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55
55
- uses : dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
56
56
with :
57
57
toolchain : nightly
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ tui-input = "0.11.0"
24
24
25
25
[dev-dependencies ]
26
26
insta = " 1.41.1"
27
- test-assets-ureq = " 0.3 .0"
27
+ test-assets-ureq = " 0.5 .0"
28
28
libc = " 0.2.169"
29
29
30
30
[profile .release ]
You can’t perform that action at this time.
0 commit comments