Skip to content

Commit 93ea575

Browse files
authored
Prepare release v3.1.0 (#940)
* Prepare changelog for v3.1.0 * Bump package
1 parent 6a84743 commit 93ea575

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## v3.1.0
4+
- [Use @actions/core `saveState` and `getState`](https://github.com/actions/checkout/pull/939)
5+
- [Add `github-server-url` input](https://github.com/actions/checkout/pull/922)
6+
37
## v3.0.2
48
- [Add input `set-safe-directory`](https://github.com/actions/checkout/pull/770)
59

package-lock.json

+1-1
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": "2.0.2",
3+
"version": "3.1.0",
44
"description": "checkout action",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)