Skip to content

Commit 96023a7

Browse files
github-actions[bot]github-actionsMrtenz
authored
3.3.1 (#73)
This is the release candidate for version 3.3.1. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 97365b5 commit 96023a7

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)