From c85c95e3d7251135ab7dc9ce3241c5835cc595a9 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Fri, 9 Jun 2023 10:47:54 -0400 Subject: [PATCH] Release v3.5.3 (#1376) --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f6d41..cb38e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v3.5.3 +- [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](https://github.com/actions/checkout/pull/1196) +- [Fix typos found by codespell](https://github.com/actions/checkout/pull/1287) +- [Add support for sparse checkouts](https://github.com/actions/checkout/pull/1369) + ## v3.5.2 - [Fix api endpoint for GHES](https://github.com/actions/checkout/pull/1289) diff --git a/package-lock.json b/package-lock.json index 7cfb93e..585a9ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "checkout", - "version": "3.5.2", + "version": "3.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "checkout", - "version": "3.5.2", + "version": "3.5.3", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 52767c0..385e4ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout", - "version": "3.5.2", + "version": "3.5.3", "description": "checkout action", "main": "lib/main.js", "scripts": {