14
14
- name : Setup | Checkout
15
15
uses : actions/checkout@v4
16
16
17
- - uses : actions/cache@v3
17
+ - uses : actions/cache@v4
18
18
with :
19
19
path : |
20
20
~/.cargo/registry
43
43
uses : actions/checkout@v4
44
44
45
45
- name : Setup | Cache Cargo
46
- uses : actions/cache@v3
46
+ uses : actions/cache@v4
47
47
with :
48
48
path : |
49
49
~/.cargo/registry
80
80
uses : actions/checkout@v4
81
81
82
82
- name : Setup | Cache Cargo
83
- uses : actions/cache@v3
83
+ uses : actions/cache@v4
84
84
with :
85
85
path : |
86
86
~/.cargo/registry
@@ -91,79 +91,79 @@ jobs:
91
91
${{ runner.os }}-cargo
92
92
93
93
- name : Setup | Cache | Example proxy
94
- uses : actions/cache@v3
94
+ uses : actions/cache@v4
95
95
with :
96
96
path : examples/proxy/target
97
97
key : wasm32-example-proxy
98
98
restore-keys : |
99
99
wasm32-example-proxy
100
100
101
101
- name : Setup | Cache | Example seed
102
- uses : actions/cache@v3
102
+ uses : actions/cache@v4
103
103
with :
104
104
path : examples/seed/target
105
105
key : wasm32-example-seed
106
106
restore-keys : |
107
107
wasm32-example-seed
108
108
109
109
- name : Setup | Cache | Example vanilla
110
- uses : actions/cache@v3
110
+ uses : actions/cache@v4
111
111
with :
112
112
path : examples/vanilla/target
113
113
key : wasm32-example-vanilla
114
114
restore-keys : |
115
115
wasm32-example-vanilla
116
116
117
117
- name : Setup | Cache | Example webworker
118
- uses : actions/cache@v3
118
+ uses : actions/cache@v4
119
119
with :
120
120
path : examples/webworker/target
121
121
key : wasm32-example-webworker
122
122
restore-keys : |
123
123
wasm32-example-webworker
124
124
125
125
- name : Setup | Cache | Example webworker-module
126
- uses : actions/cache@v3
126
+ uses : actions/cache@v4
127
127
with :
128
128
path : examples/webworker-module/target
129
129
key : wasm32-example-webworker-module
130
130
restore-keys : |
131
131
wasm32-example-webworker-module
132
132
133
133
- name : Setup | Cache | Example webworker-gloo
134
- uses : actions/cache@v3
134
+ uses : actions/cache@v4
135
135
with :
136
136
path : examples/webworker-gloo/target
137
137
key : wasm32-example-webworker-gloo
138
138
restore-keys : |
139
139
wasm32-example-webworker-gloo
140
140
141
141
- name : Setup | Cache | Example yew
142
- uses : actions/cache@v3
142
+ uses : actions/cache@v4
143
143
with :
144
144
path : examples/yew/target
145
145
key : wasm32-example-yew
146
146
restore-keys : |
147
147
wasm32-example-yew
148
148
149
149
- name : Setup | Cache | Example yew-tailwindcss
150
- uses : actions/cache@v3
150
+ uses : actions/cache@v4
151
151
with :
152
152
path : examples/yew-tailwindcss/target
153
153
key : wasm32-example-yew-tailwindcss
154
154
restore-keys : |
155
155
wasm32-example-yew-tailwindcss
156
156
157
157
- name : Setup | Cache | Example yew-tls
158
- uses : actions/cache@v3
158
+ uses : actions/cache@v4
159
159
with :
160
160
path : examples/yew-tls/target
161
161
key : wasm32-example-yew-tls
162
162
restore-keys : |
163
163
wasm32-example-yew-tls
164
164
165
165
- name : Setup | Cache | Example cdylib
166
- uses : actions/cache@v3
166
+ uses : actions/cache@v4
167
167
with :
168
168
path : examples/cdylib/target
169
169
key : wasm32-example-cdylib
0 commit comments