Releases: MetaMask/action-checkout-and-setup
Releases · MetaMask/action-checkout-and-setup
2.0.1
19 Nov 11:31
Compare
Sorry, something went wrong.
No results found
Fixed
Use environment variables for script inputs (#44 )
2.0.0
30 Oct 20:40
Compare
Sorry, something went wrong.
No results found
Changed
BREAKING : Bump GitHub/actions/* actions to latest versions (#41 )
BREAKING : Always include runner OS and arch in cache key (#40 )
BREAKING : Include full Node version in cache key (#38 )
1.4.0
28 Oct 10:20
Compare
Sorry, something went wrong.
No results found
Added
Add parameter for platform specific caching (#34 )
By default the cache is not platform specific, meaning the same cache is used by different operating systems.
The new behaviour can be enabled by setting platform-specific-caching to true.
Changed
Use more efficient cache key (#33 )
v1.3.1
25 Oct 05:19
Compare
Sorry, something went wrong.
No results found
1.3.0
24 Sep 11:47
Compare
Sorry, something went wrong.
No results found
Added
Allow to use a local stored yarn binary (#28 , #30 )
v1.2.0
05 Jun 23:57
Compare
Sorry, something went wrong.
No results found
Added
Add yarn-custom-url and yarn-install-max-retries options (#24 )
1.1.1
07 Apr 12:14
Compare
Sorry, something went wrong.
No results found
Fixed
Cache nested node_modules directories (#20 )
1.1.0
26 Mar 12:48
Compare
Sorry, something went wrong.
No results found
Added
Add skip-allow-scripts option (#14 )
This can speed up the action by skipping the allow-scripts step, if it's not required.
Changed
Use MetaMask/action-retry-command for possible flaky steps (#16 )
Fixed
Use current commit hash for cache key instead of github.sha (#15 )
1.0.1
13 Mar 10:25
Compare
Sorry, something went wrong.
No results found
Fixed
Run allow-scripts when restoring from cache (#11 )
1.0.0
05 Mar 10:14
Compare
Sorry, something went wrong.
No results found
Added
Initial release of MetaMask/action-checkout-and-setup (#9 )