Commit 8983446 1 parent 061da59 commit 8983446 Copy full SHA for 8983446
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
toolchain : ${{ matrix.rust }}
39
39
- name : install cargo-careful
40
- uses : taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
40
+ uses : taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
41
41
with :
42
42
tool : cargo-careful
43
43
- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
with :
152
152
toolchain : ${{ matrix.rust }}
153
153
- name : install cargo-hack
154
- uses : taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
154
+ uses : taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
155
155
with :
156
156
tool : cargo-hack
157
157
- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
@@ -253,7 +253,7 @@ jobs:
253
253
steps :
254
254
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
255
255
- name : Install cargo-hack
256
- uses : taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
256
+ uses : taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
257
257
with :
258
258
tool : cargo-hack
259
259
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
21
22
22
- name : Install cargo-hack
23
- uses : taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
23
+ uses : taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
24
24
with :
25
25
tool : cargo-tarpaulin
26
26
35
35
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
36
36
37
37
- name : Upload coverage reports to Codecov
38
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
38
+ uses : codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
39
39
with :
40
40
token : ${{ secrets.CODECOV_TOKEN }}
41
41
slug : rustic-rs/rustic_core
Original file line number Diff line number Diff line change 30
30
uses : dtolnay/rust-toolchain@stable
31
31
32
32
- name : Run release-plz
33
- uses : MarcoIeni/release-plz-action@0a28fd4d52f6b5e06e0cf8e75a22e96e1966fc2f # v0.5
33
+ uses : MarcoIeni/release-plz-action@f0fdffff1ff475195a1638e487cf93719e065a8e # v0.5
34
34
env :
35
35
GITHUB_TOKEN : ${{ steps.generate-token.outputs.token }}
36
36
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
You can’t perform that action at this time.
0 commit comments