* Update version and changelog for 3.5.2 * Update changelog
@@ -1,5 +1,8 @@
# Changelog
+## v3.5.2
+- [Fix api endpoint for GHES](https://github.com/actions/checkout/pull/1289)
+
## v3.5.1
- [Fix slow checkout on Windows](https://github.com/actions/checkout/pull/1246)
@@ -1,12 +1,12 @@
{
"name": "checkout",
- "version": "3.5.1",
+ "version": "3.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
@@ -1,6 +1,6 @@
"description": "checkout action",
"main": "lib/main.js",
"scripts": {