Skip to content

Commit c85c95e

Browse files
authoredJun 9, 2023
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

+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

‎package-lock.json

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

‎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)
Please sign in to comment.