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

Diff for: CHANGELOG.md

+5
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

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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)