We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1f8ef commit e48ab7eCopy full SHA for e48ab7e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v1.4.1 (February 7, 2024)
2
+ * Upgrade action to node20.
3
+ * Upgrade actions to non-deprecated versions.
4
+
5
# v1.4.0 (February 5, 2024)
6
* Support existing ssh-agents.
7
package.json
@@ -1,6 +1,6 @@
{
"name": "ssh-socket-action",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "Setup an SSH socket with a private key.",
"main": "index.js",
"keywords": [],
0 commit comments