Skip to content

Commit 8e5e7e5

Browse files
authored
Release v3.5.2 (#1291)
* Update version and changelog for 3.5.2 * Update changelog
1 parent eb35239 commit 8e5e7e5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

3+
## v3.5.2
4+
- [Fix api endpoint for GHES](https://github.com/actions/checkout/pull/1289)
5+
36
## v3.5.1
47
- [Fix slow checkout on Windows](https://github.com/actions/checkout/pull/1246)
58

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.1",
3+
"version": "3.5.2",
44
"description": "checkout action",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)