dotnet-new-ui
dotnet-new-ui copied to clipboard
Bump actions/setup-node from 3.6.0 to 3.8.1
Bumps actions/setup-node from 3.6.0 to 3.8.1.
Release notes
Sourced from actions/setup-node's releases.
v3.8.1
What's Changed
In scope of this release, the filter was removed within the cache-save step by
@dmitry-shibanovin actions/setup-node#831. It is filtered and checked in the toolkit/cache library.Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1
v3.8.0
What's Changed
Bug fixes:
- Add check for existing paths by
@dmitry-shibanovin actions/setup-node#803- Resolve SymbolicLink by
@dmitry-shibanovin actions/setup-node#809- Change passing logic for cache input by
@dmitry-shibanovin actions/setup-node#816- Fix armv7 cache issue by
@louislamin actions/setup-node#794- Update check-dist workflow name by
@sinchangin actions/setup-node#710Feature implementations:
- feat: handling the case where "node" is used for tool-versions file. by
@xytisin actions/setup-node#812Documentation changes:
- Refer to semver package name in README.md by
@olleolleollein actions/setup-node#808Update dependencies:
- Update toolkit cache to fix zstd by
@dmitry-shibanovin actions/setup-node#804- Bump tough-cookie and
@azure/ms-rest-jsby@dependabotin actions/setup-node#802- Bump semver from 6.1.2 to 6.3.1 by
@dependabotin actions/setup-node#807- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin actions/setup-node#815New Contributors
@olleolleollemade their first contribution in actions/setup-node#808@louislammade their first contribution in actions/setup-node#794@sinchangmade their first contribution in actions/setup-node#710@xytismade their first contribution in actions/setup-node#812Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.0
v3.7.0
What's Changed
In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from
cache-dependency-pathinput and add detect all dependencies directories to cache (related pull request and feature request).Besides, we made such changes as:
- Replace workflow badge with new badge by
@jongwoooin actions/setup-node#653- Fix a minor typo by
@phananin actions/setup-node#662- docs: fix typo in advanced-usage.md by
@remarkablemarkin actions/setup-node#697- bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by
@domdomeggin actions/setup-node#718- Update to node 18.x by
@feelepxyzin actions/setup-node#751- Remove implicit dependencies by
@nikolai-laevskiiin actions/setup-node#758- Fix description about ensuring workflow access to private package by
@x86chiin actions/setup-node#704New Contributors
... (truncated)
Commits
5e21ff4Remove filter for cached paths (#831)bea5bafchange getinput to getstate for cache (#816)d82f92aBump word-wrap from 1.2.3 to 1.2.4 (#815)ca2d4e0feat: handling the case where "node" is used for tool-versions file. (#812)c7a93deresolve SymbolicLink (#809)3405007Add check for existing paths (#803)f8aa08eUpdate check-dist workflow name (#710)e2d34eaFix armv7 cache issue (#794)ef9c88bBump semver from 6.1.2 to 6.3.1 (#807)ea800d4Bump tough-cookie and@azure/ms-rest-js(#802)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)