Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update all dependencies to latest versions (#93)
* refactor: update actions cache to 1.0.7 - Make caching more verbose - Use GNU tar on macOS if available - Fixes permissions issue extracting archives with GNU tar on macOS * refactor: update actions core to 1.4.0 - Prepend newline for set-output - Added the getBooleanInput function - Added the trimWhitespace option to getInput - Added the getMultilineInput function * refactor: update actions exec to 1.1.0 - Better error for bad cwd - Add getExecOutput function - Fix stdline dropping large output * refactor: update actions io to 1.1.1 - Add findInPath method to locate all matching executables in the system path - Fixed a bug where we incorrectly escaped paths for rmrf * refactor: update actions tool-cache to 1.7.1 - Force overwrite on default when extracted compressed files - Export isExplicitVersion and evaluateVersions functions - Allow arbirtary headers when downloading tools to the tc - Update to latest @actions/io verison - Fallback to os-releases file to get linux version * refactor: update jest to 27 * refactor: update node types to 14.17.3 * refactor: update semver and types to latest version * refactor: update typescript to latest version * refactor: update eslint to latest version * refactor: update husky to 6.0.0 * chore: rebuild yarn lockfile and build files
- Loading branch information