From 08eba0b27e820071cde6df949e0beb9ba4906955 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 11 Aug 2025 11:30:37 +0100 Subject: [PATCH] Prepare release v4.3.0 (#2237) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96c76e..baf5c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## V4.3.0 +* docs: update README.md by @motss in https://github.com/actions/checkout/pull/1971 +* Add internal repos for checking out multiple repositories by @mouismail in https://github.com/actions/checkout/pull/1977 +* Documentation update - add recommended permissions to Readme by @benwells in https://github.com/actions/checkout/pull/2043 +* Adjust positioning of user email note and permissions heading by @joshmgross in https://github.com/actions/checkout/pull/2044 +* Update README.md by @nebuk89 in https://github.com/actions/checkout/pull/2194 +* Update CODEOWNERS for actions by @TingluoHuang in https://github.com/actions/checkout/pull/2224 +* Update package dependencies by @salmanmkc in https://github.com/actions/checkout/pull/2236 + ## v4.2.2 * `url-helper.ts` now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941 * Expand unit test coverage for `isGhes` by @jww3 in https://github.com/actions/checkout/pull/1946 diff --git a/package-lock.json b/package-lock.json index 556dca6..aef29d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "checkout", - "version": "4.2.2", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "checkout", - "version": "4.2.2", + "version": "4.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 5661d70..dbbaabb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout", - "version": "4.2.2", + "version": "4.3.0", "description": "checkout action", "main": "lib/main.js", "scripts": {