v0.18.1
Chore
-
bump actions/setup-node from 3 to 4
Bumps actions/setup-node from 3
to 4.Release notes
Sourced from actions/setup-node's releases.
v4.0.0
What's Changed
In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866
Besides, release contains such changes as:
- Upgrade actions/checkout to v4 by
@gmembre-zenika
in actions/setup-node#868 - Update actions/checkout for documentation and yaml by
@dmitry-shibanov
in actions/setup-node#876
New Contributors
@gmembre-zenika
made their first contribution in actions/setup-node#868
Full Changelog: actions/setup-node@v3...v4.0.0
v3.8.2
What's Changed
- Update semver by
@dmitry-shibanov
in actions/setup-node#861 - Update temp directory creation by
@nikolai-laevskii
in actions/setup-node#859 - Bump
@babel/traverse
from 7.15.4 to 7.23.2 by@dependabot
in actions/setup-node#870 - Add notice about binaries not being updated yet by
@nikolai-laevskii
in actions/setup-node#872 - Update toolkit cache and core by
@dmitry-shibanov
and@seongwon-privatenote
in actions/setup-node#875
Full Changelog: actions/setup-node@v3...v3.8.2
v3.8.1
What's Changed
In scope of this release, the filter was removed within the cache-save step by
@dmitry-shibanov
in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.Full Changelog: actions/setup-node@v3...v3.8.1
v3.8.0
What's Changed
Bug fixes:
- Add check for existing paths by
@dmitry-shibanov
in actions/setup-node#803 - Resolve SymbolicLink by
@dmitry-shibanov
in actions/setup-node#809 - Change passing logic for cache input by
@dmitry-shibanov
in actions/setup-node#816 - Fix armv7 cache issue by
@louislam
in actions/setup-node#794 - Update check-dist workflow name by
@sinchang
in actions/setup-node#710
Feature implementations:
- feat: handling the case where "node" is used for
tool-versions file. by
@xytis
in actions/setup-node#812
Documentation changes:
- Refer to semver package name in README.md by
@olleolleolle
in actions/setup-node#808
Update dependencies:
- Update toolkit cache to fix zstd by
@dmitry-shibanov
in actions/setup-node#804 - Bump tough-cookie and
@azure/ms-rest-js
by@dependabot
in actions/setup-node#802 - Bump semver from 6.1.2 to 6.3.1 by
@dependabot
in actions/setup-node#807
... (truncated)
Commits
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
. - Upgrade actions/checkout to v4 by
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #135