Skip to content

Commit

Permalink
Release v3.5.1 (#1284)
Browse files Browse the repository at this point in the history
* Sync checkout version with tag version

* Downgrade to 3.5.1

* Format changelog
  • Loading branch information
fhammerl committed Apr 12, 2023
1 parent 40a16eb commit 83b7061
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "checkout",
"version": "3.2.0",
"version": "3.5.1",
"description": "checkout action",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 83b7061

Please sign in to comment.