Skip to content

Commit bd2e84c

Browse files
build(deps): Bump MetaMask/action-checkout-and-setup from 1 to 2 (#13)
Bumps [MetaMask/action-checkout-and-setup](https://github.com/metamask/action-checkout-and-setup) from 1 to 2. <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>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>v1.3.1</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>@​metamask/auto-changelog</code> from 4.1.0 to 5.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/27">MetaMask/action-checkout-and-setup#27</a></li> <li>ci: more efficient node_modules cache key by <a href="https://github.com/HowardBraham"><code>@​HowardBraham</code></a> in <a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/33">MetaMask/action-checkout-and-setup#33</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/MetaMask/action-checkout-and-setup/compare/v1...v1.3.1">https://github.com/MetaMask/action-checkout-and-setup/compare/v1...v1.3.1</a></p> <h2>1.3.0</h2> <h3>Added</h3> <ul> <li>Allow to use a local stored yarn binary (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/28">#28</a>, <a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/30">#30</a>)</li> </ul> <h2>v1.2.0</h2> <h3>Added</h3> <ul> <li>Add <code>yarn-custom-url</code> and <code>yarn-install-max-retries</code> options (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/24">#24</a>)</li> </ul> <h2>1.1.1</h2> <h3>Fixed</h3> <ul> <li>Cache nested <code>node_modules</code> directories (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/20">#20</a>)</li> </ul> <h2>1.1.0</h2> <h3>Added</h3> <ul> <li>Add <code>skip-allow-scripts</code> option (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/14">#14</a>) <ul> <li>This can speed up the action by skipping the <code>allow-scripts</code> step, if it's not required.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Use <code>MetaMask/action-retry-command</code> for possible flaky steps (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/16">#16</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Use current commit hash for cache key instead of <code>github.sha</code> (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/15">#15</a>)</li> </ul> <h2>1.0.1</h2> <h3>Fixed</h3> <ul> <li>Run <code>allow-scripts</code> when restoring from cache (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/11">#11</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>[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> <h3>Added</h3> <ul> <li>Allow to use a local stored yarn binary (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/28">#28</a>, <a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/30">#30</a>)</li> </ul> <h2>[1.2.0]</h2> <h3>Added</h3> <ul> <li>Add <code>yarn-custom-url</code> and <code>yarn-install-max-retries</code> options (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/24">#24</a>)</li> </ul> <h2>[1.1.1]</h2> <h3>Fixed</h3> <ul> <li>Cache nested <code>node_modules</code> directories (<a href="https://redirect.github.com/MetaMask/action-checkout-and-setup/pull/20">#20</a>)</li> </ul> <h2>[1.1.0]</h2> <h3>Added</h3> <!-- 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/a108e8da3986e72db412905dfd300910a60c27ce"><code>a108e8d</code></a> 2.0.0 (<a href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/42">#42</a>)</li> <li><a href="https://github.com/MetaMask/action-checkout-and-setup/commit/75214290e07ca3b5d9149c9674c138b929523da2"><code>7521429</code></a> chore(deps): Bump actions to latest versions (<a href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/41">#41</a>)</li> <li><a href="https://github.com/MetaMask/action-checkout-and-setup/commit/93ad48bd195d20cbbd982b6a5be2baf88b70dc96"><code>93ad48b</code></a> refactor!: Always include runner OS and arch in cache key (<a href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/40">#40</a>)</li> <li><a href="https://github.com/MetaMask/action-checkout-and-setup/commit/1743cf82a45258c274b34f4e32fcc57aa2c9b517"><code>1743cf8</code></a> feat!: Include full Node version in cache key (<a href="https://redirect.github.com/metamask/action-checkout-and-setup/issues/38">#38</a>)</li> <li>See full diff in <a href="https://github.com/metamask/action-checkout-and-setup/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MetaMask/action-checkout-and-setup&package-manager=github_actions&previous-version=1&new-version=2)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Update GitHub Actions workflow to use `MetaMask/action-checkout-and-setup@v2` across all jobs (`prepare`, `lint`, `test-success`, `test-failure`, `test-retry`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1ff6c7a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e89f840 commit bd2e84c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: [22.x]
1313
steps:
1414
- name: Checkout and setup environment
15-
uses: MetaMask/action-checkout-and-setup@v1
15+
uses: MetaMask/action-checkout-and-setup@v2
1616
with:
1717
is-high-risk-environment: false
1818
cache-node-modules: true
@@ -27,7 +27,7 @@ jobs:
2727
node-version: [22.x]
2828
steps:
2929
- name: Checkout and setup environment
30-
uses: MetaMask/action-checkout-and-setup@v1
30+
uses: MetaMask/action-checkout-and-setup@v2
3131
with:
3232
is-high-risk-environment: false
3333
node-version: ${{ matrix.node-version }}
@@ -55,7 +55,7 @@ jobs:
5555
node-version: [22.x]
5656
steps:
5757
- name: Checkout and setup environment
58-
uses: MetaMask/action-checkout-and-setup@v1
58+
uses: MetaMask/action-checkout-and-setup@v2
5959
with:
6060
is-high-risk-environment: false
6161
node-version: ${{ matrix.node-version }}
@@ -79,7 +79,7 @@ jobs:
7979
node-version: [22.x]
8080
steps:
8181
- name: Checkout and setup environment
82-
uses: MetaMask/action-checkout-and-setup@v1
82+
uses: MetaMask/action-checkout-and-setup@v2
8383
with:
8484
is-high-risk-environment: false
8585
node-version: ${{ matrix.node-version }}
@@ -104,7 +104,7 @@ jobs:
104104
node-version: [22.x]
105105
steps:
106106
- name: Checkout and setup environment
107-
uses: MetaMask/action-checkout-and-setup@v1
107+
uses: MetaMask/action-checkout-and-setup@v2
108108
with:
109109
is-high-risk-environment: false
110110
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)