0
1
Fork 0

Release v3.5.2 (#1291)

* Update version and changelog for 3.5.2

* Update changelog
This commit is contained in:
Ferenc Hammerl 2023-04-13 14:45:33 +02:00 committed by GitHub
parent eb35239ec2
commit 8e5e7e5ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## v3.5.2
- [Fix api endpoint for GHES](https://github.com/actions/checkout/pull/1289)
## v3.5.1 ## v3.5.1
- [Fix slow checkout on Windows](https://github.com/actions/checkout/pull/1246) - [Fix slow checkout on Windows](https://github.com/actions/checkout/pull/1246)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "checkout", "name": "checkout",
"version": "3.5.1", "version": "3.5.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "checkout", "name": "checkout",
"version": "3.5.1", "version": "3.5.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "checkout", "name": "checkout",
"version": "3.5.1", "version": "3.5.2",
"description": "checkout action", "description": "checkout action",
"main": "lib/main.js", "main": "lib/main.js",
"scripts": { "scripts": {