27
27
name : Rustfmt
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
30
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
31
- name : Install Rust toolchain
32
32
uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
33
33
with :
41
41
runs-on : ubuntu-latest
42
42
43
43
steps :
44
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
44
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45
45
- name : Install Rust toolchain
46
46
uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
47
47
with :
@@ -62,12 +62,12 @@ jobs:
62
62
- os : ubuntu-latest
63
63
- os : windows-latest
64
64
steps :
65
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
65
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
66
66
if : github.event_name != 'pull_request'
67
67
with :
68
68
fetch-depth : 0
69
69
70
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
70
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
71
71
if : github.event_name == 'pull_request'
72
72
with :
73
73
ref : ${{ github.event.pull_request.head.sha }}
@@ -101,12 +101,12 @@ jobs:
101
101
- os : ubuntu-latest
102
102
- os : windows-latest
103
103
steps :
104
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
104
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
105
105
if : github.event_name != 'pull_request'
106
106
with :
107
107
fetch-depth : 0
108
108
109
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
109
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
110
110
if : github.event_name == 'pull_request'
111
111
with :
112
112
ref : ${{ github.event.pull_request.head.sha }}
@@ -135,12 +135,12 @@ jobs:
135
135
- os : ubuntu-latest
136
136
- os : windows-latest
137
137
steps :
138
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
138
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
139
139
if : github.event_name != 'pull_request'
140
140
with :
141
141
fetch-depth : 0
142
142
143
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
143
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
144
144
if : github.event_name == 'pull_request'
145
145
with :
146
146
ref : ${{ github.event.pull_request.head.sha }}
@@ -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@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2
154
+ uses : taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
155
155
with :
156
156
tool : cargo-hack
157
157
- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
@@ -222,7 +222,7 @@ jobs:
222
222
223
223
steps :
224
224
- name : Checkout repository
225
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
225
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
226
226
227
227
- name : Run Cross-CI action
228
228
uses : rustic-rs/cross-ci-action@main
@@ -242,9 +242,9 @@ jobs:
242
242
matrix :
243
243
crate : [rustic_core, rustic_backend]
244
244
steps :
245
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
245
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
246
246
- name : Install cargo-hack
247
- uses : taiki-e/install-action@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2
247
+ uses : taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
248
248
with :
249
249
tool : cargo-hack
250
250
0 commit comments