Skip to content

Releases: MetaMask/action-checkout-and-setup

2.0.1

19 Nov 11:31
29e23b6

Choose a tag to compare

Fixed

  • Use environment variables for script inputs (#44)

2.0.0

30 Oct 20:40
a108e8d

Choose a tag to compare

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
392abd4

Choose a tag to compare

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
b07b255

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.3.1

1.3.0

24 Sep 11:47
1024bb1

Choose a tag to compare

Added

  • Allow to use a local stored yarn binary (#28, #30)

v1.2.0

05 Jun 23:57
c74ca4b

Choose a tag to compare

Added

  • Add yarn-custom-url and yarn-install-max-retries options (#24)

1.1.1

07 Apr 12:14
d3c539f

Choose a tag to compare

Fixed

  • Cache nested node_modules directories (#20)

1.1.0

26 Mar 12:48
aa36e9d

Choose a tag to compare

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
cbaaf8d

Choose a tag to compare

Fixed

  • Run allow-scripts when restoring from cache (#11)

1.0.0

05 Mar 10:14
2a20fd3

Choose a tag to compare

Added

  • Initial release of MetaMask/action-checkout-and-setup (#9)