File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 54
54
${{ secrets.SSH_PRIVATE_KEY_MULTI_TEST }}
55
55
${{ secrets.SSH_PRIVATE_KEY_CW_ORCH_INTERCHAIN }}
56
56
- name : Setup sccache
57
- uses : mozilla-actions/sccache-action@v0.0.5
57
+ uses : mozilla-actions/sccache-action@v0.0.9
58
58
with :
59
- version : " v0.8.1 "
59
+ version : " v0.10.0 "
60
60
- name : Install ${{ matrix.toolchain }}
61
61
uses : dtolnay/rust-toolchain@master
62
62
with :
81
81
${{ secrets.SSH_PRIVATE_KEY_MULTI_TEST }}
82
82
${{ secrets.SSH_PRIVATE_KEY_CW_ORCH_INTERCHAIN }}
83
83
- name : Setup sccache
84
- uses : mozilla-actions/sccache-action@v0.0.5
84
+ uses : mozilla-actions/sccache-action@v0.0.9
85
85
with :
86
- version : " v0.8.1 "
86
+ version : " v0.10.0 "
87
87
- name : Install nightly
88
88
uses : dtolnay/rust-toolchain@nightly
89
89
- name : cargo doc
@@ -104,9 +104,9 @@ jobs:
104
104
${{ secrets.SSH_PRIVATE_KEY_MULTI_TEST }}
105
105
${{ secrets.SSH_PRIVATE_KEY_CW_ORCH_INTERCHAIN }}
106
106
- name : Setup sccache
107
- uses : mozilla-actions/sccache-action@v0.0.5
107
+ uses : mozilla-actions/sccache-action@v0.0.9
108
108
with :
109
- version : " v0.8.1 "
109
+ version : " v0.10.0 "
110
110
- name : Install stable
111
111
uses : dtolnay/rust-toolchain@stable
112
112
- name : cargo install cargo-hack
@@ -126,9 +126,9 @@ jobs:
126
126
with :
127
127
submodules : true
128
128
- name : Setup sccache
129
- uses : mozilla-actions/sccache-action@v0.0.5
129
+ uses : mozilla-actions/sccache-action@v0.0.9
130
130
with :
131
- version : " v0.8.1 "
131
+ version : " v0.10.0 "
132
132
- name : Install stable
133
133
uses : dtolnay/rust-toolchain@master
134
134
with :
You can’t perform that action at this time.
0 commit comments