Skip to content

Commit

Permalink
Prepare release v3.1.0 (#940)
Browse files Browse the repository at this point in the history
* Prepare changelog for v3.1.0

* Bump package
  • Loading branch information
rentziass committed Oct 4, 2022
1 parent 6a84743 commit 93ea575
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.1.0
- [Use @actions/core `saveState` and `getState`](https://github.com/actions/checkout/pull/939)
- [Add `github-server-url` input](https://github.com/actions/checkout/pull/922)

## v3.0.2
- [Add input `set-safe-directory`](https://github.com/actions/checkout/pull/770)

Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkout",
"version": "2.0.2",
"version": "3.1.0",
"description": "checkout action",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 93ea575

Please sign in to comment.