DerYeger / yarn-setup-action

GitHub Action for setting up a Yarn environment. Caches dependencies for reduced execution times.
MIT License
18 stars 3 forks source link

chore(deps): update actions/setup-node action to v2.4.1 #5

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action patch v2.4.0 -> v2.4.1

Release Notes

actions/setup-node ### [`v2.4.1`](https://togithub.com/actions/setup-node/releases/v2.4.1) [Compare Source](https://togithub.com/actions/setup-node/compare/v2.4.0...v2.4.1) This release introduces a new output: `cache-hit` ([#​327](https://togithub.com/actions/setup-node/issues/327)). The `cache-hit` output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.

Configuration

📅 Schedule: "after 12am and before 6am" (UTC).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

DerYeger commented 2 years ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: