File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 3.3.1]
11+
12+ ### Fixed
13+
14+ - Use raw GitHub URL for public repositories ([ #72 ] ( https://github.com/MetaMask/action-checkout-and-setup/pull/72 ) )
15+ - This solves an issue with rate limit errors caused by using the GitHub API in high-activity public repositories.
16+
1017## [ 3.3.0]
1118
1219### Added
@@ -115,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115122
116123- Initial release of ` MetaMask/action-checkout-and-setup ` ([ #9 ] ( https://github.com/MetaMask/action-checkout-and-setup/pull/9 ) )
117124
118- [ Unreleased ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v3.3.0...HEAD
125+ [ Unreleased ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v3.3.1...HEAD
126+ [ 3.3.1 ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v3.3.0...v3.3.1
119127[ 3.3.0 ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v3.2.0...v3.3.0
120128[ 3.2.0 ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v3.1.0...v3.2.0
121129[ 3.1.0 ] : https://github.com/MetaMask/action-checkout-and-setup/compare/v3.0.1...v3.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/action-checkout-and-setup" ,
3- "version" : " 3.3.0 " ,
3+ "version" : " 3.3.1 " ,
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