Skip to content

Commit 28cb4d8

Browse files
committed
Prepare a 0.6.0 release
1 parent ea4c593 commit 28cb4d8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## v0.6.0 [2022-10-11]
10+
## v0.6.0 [2022-10-19]
11+
1112
### Changed
12-
* Update node to node16
13+
14+
* Update the version of Node used by the action from 12 to 16 (https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/).
1315

1416
## v0.5.4 [2021-11-21]
1517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webfactory-action-ssh-agent",
33
"repository": "[email protected]:webfactory/ssh-agent.git",
44
"description": "GitHub Action to set up ssh-agent with a private SSH key",
5-
"version": "0.1.0",
5+
"version": "0.6.0",
66
"main": "index.js",
77
"author": "webfactory GmbH <[email protected]>",
88
"license": "MIT",

0 commit comments

Comments
 (0)