Skip to content

Commit c85c95e

Browse files
authored
Release v3.5.3 (#1376)
1 parent d106d46 commit c85c95e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v3.5.3
4+
- [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](https://github.com/actions/checkout/pull/1196)
5+
- [Fix typos found by codespell](https://github.com/actions/checkout/pull/1287)
6+
- [Add support for sparse checkouts](https://github.com/actions/checkout/pull/1369)
7+
38
## v3.5.2
49
- [Fix api endpoint for GHES](https://github.com/actions/checkout/pull/1289)
510

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkout",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "checkout action",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)