Skip to content

Commit

Permalink
Release v3.5.3 (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang committed Jun 9, 2023
1 parent d106d46 commit c85c95e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions 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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "checkout",
"version": "3.5.2",
"version": "3.5.3",
"description": "checkout action",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit c85c95e

Please sign in to comment.