فهرست منبع

Release v3.5.1 (#1284)

* Sync checkout version with tag version

* Downgrade to 3.5.1

* Format changelog
Ferenc Hammerl 2 سال پیش
والد
کامیت
83b7061638
3فایلهای تغییر یافته به همراه9 افزوده شده و 3 حذف شده
  1. 6 0
      CHANGELOG.md
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # 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)

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

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