We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f5943 commit af53c71Copy full SHA for af53c71
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v1.4.0 (February 5, 2024)
2
+ * Support existing ssh-agents.
3
+
4
# v1.3.0 (February 27, 2023)
5
* CVE-2022-38900 - DoS
6
* Introduce automated CI pipeline to test itself
package.json
@@ -1,6 +1,6 @@
{
"name": "ssh-socket-action",
- "version": "1.1.2",
+ "version": "1.4.0",
"description": "Setup an SSH socket with a private key.",
"main": "index.js",
"keywords": [],
0 commit comments