Skip to content

v3.0.0 Upgrade to Node 16, actions/core 1.10.0, actions/exec 1.1.1, actions/github 5.1.1

Compare
Choose a tag to compare
@Nuru Nuru released this 26 Oct 23:25
32acf31

Upgrade to Node 16, actions/core 1.10.0, actions/exec 1.1.1, actions/github 5.1.1 to meet new GitHub Action Runner requirements.

This version drops the use of actions/cache to attempt to cache pre-commit dependencies. It did not appear to be working anyway, and the code was outdated. You can still use the actions/cache action to cache what you can cache.

Note that is action itself does not use set-output, so warnings about set-output being deprecated are not due to this action, but rather due to output from pre-commit hooks. At the moment (2022-10-26) it appears there is a bug causing the set-output deprecation warnings to be printed even when the action is not attempting to set an output.

What's Changed

  • Upgrade to Node 16, Webpack 5, Webpack-CLI 4 by @Nuru in #10

New Contributors

  • @Nuru made their first contribution in #10

Full Changelog: v2.1.2...v3.0.0