File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0]
11+
12+ ### Added
13+
14+ - Add ` skip-allow-scripts ` option ([ #14 ] ( https://github.com/MetaMask/action-checkout-and-setup/pull/14 ) )
15+ - This can speed up the action by skipping the ` allow-scripts ` step, if it's not required.
16+
17+ ### Changed
18+
19+ - Use ` MetaMask/action-retry-command ` for possible flaky steps ([ #16 ] ( https://github.com/MetaMask/action-checkout-and-setup/pull/16 ) )
20+
21+ ### Fixed
22+
23+ - Use current commit hash for cache key instead of ` github.sha ` ([ #15 ] ( https://github.com/MetaMask/action-checkout-and-setup/pull/15 ) )
24+
1025## [ 1.0.1]
1126
1227### Fixed
@@ -19,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1934
2035- Initial release of ` MetaMask/action-checkout-and-setup ` ([ #9 ] ( https://github.com/MetaMask/action-checkout-and-setup/pull/9 ) )
2136
22- [ Unreleased ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v1.0.1...HEAD
37+ [ Unreleased ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v1.1.0...HEAD
38+ [ 1.1.0 ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v1.0.1...v1.1.0
2339[ 1.0.1 ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v1.0.0...v1.0.1
2440[ 1.0.0 ] : https://github.com/MetaMask/action-checkout-and-setup/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/action-checkout-and-setup" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
44 "private" : true ,
55 "description" : " Checkout repository and set up a Node.js environment with a reusable GitHub Action" ,
66 "homepage" : " https://github.com/MetaMask/action-checkout-and-setup#readme" ,
You can’t perform that action at this time.
0 commit comments