Skip to content

Commit 83b7061

Browse files
authored
Release v3.5.1 (#1284)
* Sync checkout version with tag version * Downgrade to 3.5.1 * Format changelog
1 parent 40a16eb commit 83b7061

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v3.5.1
4+
- [Fix slow checkout on Windows](https://github.com/actions/checkout/pull/1246)
5+
6+
## v3.5.0
7+
* [Add new public key for known_hosts](https://github.com/actions/checkout/pull/1237)
8+
39
## v3.4.0
410
- [Upgrade codeql actions to v2](https://github.com/actions/checkout/pull/1209)
511
- [Upgrade dependencies](https://github.com/actions/checkout/pull/1210)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkout",
3-
"version": "3.2.0",
3+
"version": "3.5.1",
44
"description": "checkout action",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)