Skip to content

Commit d5e1d21

Browse files
chore(deps): bump mymindstorm/setup-emsdk from 14 to 15 (#1438)
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 14 to 15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mymindstorm/setup-emsdk/releases">mymindstorm/setup-emsdk's releases</a>.</em></p> <blockquote> <h2>Version 15</h2> <h2>What's Changed</h2> <ul> <li>Updated all dependencies to their latest versions to fix breaking changes in actions/cache and the node runtime <a href="https://redirect.github.com/mymindstorm/setup-emsdk/pull/48">mymindstorm/setup-emsdk#48</a></li> <li>Added option to set emsdk version separately from emscripten version <a href="https://redirect.github.com/mymindstorm/setup-emsdk/pull/54">mymindstorm/setup-emsdk#54</a></li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a></li> <li><a href="https://github.com/Danil42Russia"><code>@​Danil42Russia</code></a></li> <li><a href="https://github.com/slowriot"><code>@​slowriot</code></a></li> <li><a href="https://github.com/OlegRa"><code>@​OlegRa</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mymindstorm/setup-emsdk/compare/v14...v15">https://github.com/mymindstorm/setup-emsdk/compare/v14...v15</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mymindstorm/setup-emsdk/commit/667eb33f24e84e7f362c16d8d7fff0629a73e15e"><code>667eb33</code></a> Add option to set emsdk version separately from emscripten version (<a href="https://redirect.github.com/mymindstorm/setup-emsdk/issues/54">#54</a>)</li> <li><a href="https://github.com/mymindstorm/setup-emsdk/commit/da8e6aea5eea73dedeab9ad89c8009ad34f223dd"><code>da8e6ae</code></a> Fix breaking issues with action</li> <li>See full diff in <a href="https://github.com/mymindstorm/setup-emsdk/compare/v14...v15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mymindstorm/setup-emsdk&package-manager=github_actions&previous-version=14&new-version=15)](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>
1 parent d52e434 commit d5e1d21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
5555
echo PYTHON_VERSION=$(pyodide config get python_version | cut -d '.' -f 1-2) >> $GITHUB_ENV
5656
pip uninstall -y pyodide-build
57-
- uses: mymindstorm/setup-emsdk@v14
57+
- uses: mymindstorm/setup-emsdk@v15
5858
with:
5959
version: ${{ env.EMSCRIPTEN_VERSION }}
6060
actions-cache-folder: emsdk-cache

0 commit comments

Comments
 (0)