0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-09-27 05:45:51 +02:00

Update version and changelog for 3.5.2

This commit is contained in:
Ferenc Hammerl 2023-04-13 14:41:26 +02:00
parent 83b7061638
commit 7f6cd5fc3e
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## v3.5.2
- [Fix slow checkout on Windows](https://github.com/actions/checkout/pull/1289)
## v3.5.1
- [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",
"version": "3.5.1",
"version": "3.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "checkout",
"version": "3.5.1",
"version": "3.5.2",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View file

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