Commit 00451d0
chore: Bump MetaMask/action-checkout-and-setup from 2 to 3 (#3890)
Bumps
[MetaMask/action-checkout-and-setup](https://github.com/metamask/action-checkout-and-setup)
from 2 to 3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/metamask/action-checkout-and-setup/releases">MetaMask/action-checkout-and-setup's
releases</a>.</em></p>
<blockquote>
<h2>3.0.0</h2>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING</strong>: Security fix, removes the inputs
yarn-custom-url, use-yarn-hydrate, and yarn-hydrate-command -- replaced
with yarn-tarball (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/57">#57</a>)</li>
<li><strong>BREAKING</strong>: Made things faster when there's a cache
hit, but now <em>requires</em> either .nvmrc or inputs.node-version (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/54">#54</a>)</li>
</ul>
<h2>2.0.1</h2>
<h3>Fixed</h3>
<ul>
<li>Use environment variables for script inputs (<a
href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/44">#44</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/MetaMask/action-checkout-and-setup/blob/main/CHANGELOG.md">MetaMask/action-checkout-and-setup's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>The format is based on <a
href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a
href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2>[Unreleased]</h2>
<h2>[3.0.1]</h2>
<h3>Fixed</h3>
<ul>
<li>Fix Windows runner compatibility by using <code>curl</code> instead
of <code>wget</code> (<a
href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/59">#59</a>)</li>
</ul>
<h2>[3.0.0]</h2>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING</strong>: Security fix, removes the inputs
yarn-custom-url, use-yarn-hydrate, and yarn-hydrate-command -- replaced
with yarn-tarball (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/57">#57</a>)</li>
<li><strong>BREAKING</strong>: Made things faster when there's a cache
hit, but now <em>requires</em> either .nvmrc or inputs.node-version (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/54">#54</a>)</li>
</ul>
<h2>[2.0.1]</h2>
<h3>Fixed</h3>
<ul>
<li>Use environment variables for script inputs (<a
href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/44">#44</a>)</li>
</ul>
<h2>[2.0.0]</h2>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING</strong>: Bump <code>GitHub/actions/*</code>
actions to latest versions (<a
href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/41">#41</a>)</li>
<li><strong>BREAKING</strong>: Always include runner OS and arch in
cache key (<a
href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/40">#40</a>)</li>
<li><strong>BREAKING</strong>: Include full Node version in cache key
(<a
href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/38">#38</a>)</li>
</ul>
<h2>[1.4.0]</h2>
<h3>Added</h3>
<ul>
<li>Add parameter for platform specific caching (<a
href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/34">#34</a>)
<ul>
<li>By default the cache is not platform specific, meaning the same
cache is used by different operating systems.</li>
<li>The new behaviour can be enabled by setting
<code>platform-specific-caching</code> to <code>true</code>.</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use more efficient cache key (<a
href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/33">#33</a>)</li>
</ul>
<h2>[1.3.0]</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/action-checkout-and-setup/commit/a7219aafc3b5c293e6ebb2078ae050bc36f71863"><code>a7219aa</code></a>
3.0.1 (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/60">#60</a>)</li>
<li><a
href="https://github.com/MetaMask/action-checkout-and-setup/commit/7699a4b59e7d99b0fb999428c335b196151fe788"><code>7699a4b</code></a>
fix: Fix Windows compatibility by using <code>curl</code> instead of
<code>wget</code> (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/59">#59</a>)</li>
<li><a
href="https://github.com/MetaMask/action-checkout-and-setup/commit/bbc7d8e9beb7f58a926276fede275d967f439a27"><code>bbc7d8e</code></a>
3.0.0 (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/58">#58</a>)</li>
<li><a
href="https://github.com/MetaMask/action-checkout-and-setup/commit/c42e7d26b8d6d04a3014a631bb5368ae23d9cbff"><code>c42e7d2</code></a>
fix: more secure input to yarn hydrate (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/57">#57</a>)</li>
<li><a
href="https://github.com/MetaMask/action-checkout-and-setup/commit/49bedd20267e76a8859f6a581ba6e7f630cd7359"><code>49bedd2</code></a>
ci: make this action faster when there's a cache hit (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/54">#54</a>)</li>
<li><a
href="https://github.com/MetaMask/action-checkout-and-setup/commit/dbe7107e2c03c9aac794fe3e11ae170ea58e2c37"><code>dbe7107</code></a>
bump: updating to the newest versions of all actions packages (<a
href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/55">#55</a>)</li>
<li>See full diff in <a
href="https://github.com/metamask/action-checkout-and-setup/compare/v2...v3">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>1 parent f5c38ae commit 00451d0
6 files changed
Lines changed: 26 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
136 | | - | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | | - | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
244 | | - | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
279 | | - | |
| 280 | + | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments