0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

Downgrade to 3.5.1

This commit is contained in:
Ferenc Hammerl 2023-04-12 14:44:54 +00:00
parent ed85399349
commit 03e9046097
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## v3.5.1
- [Fix slow checkout on Windows](https://github.com/actions/checkout/pull/1246)
## v3.5.0
* [Add new public key for known_hosts](https://github.com/actions/checkout/pull/1237)
## v3.4.0
- [Upgrade codeql actions to v2](https://github.com/actions/checkout/pull/1209)
- [Upgrade dependencies](https://github.com/actions/checkout/pull/1210)

4
package-lock.json generated
View File

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

View File

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