Skip to content

Commit

Permalink
upgrade to v3.5.1: merge branch 'main' from actions/checkout into col…
Browse files Browse the repository at this point in the history
…dfusionjp/main

* main:
Release v3.5.1 (actions#1284)
Improve checkout performance on Windows runners by upgrading @actions/github dependency (actions#1246)
  • Loading branch information
falken42 committed Apr 18, 2023
2 parents dc5ad8f + 83b7061 commit 2dd38e6
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-plus",
"version": "3.5.0",
"version": "3.5.1",
"description": "Checkout Plus action",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 2dd38e6

Please sign in to comment.