We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94359f1 commit 06c0c47Copy full SHA for 06c0c47
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v1.4.2 (September 16, 2024)
2
+ * Upgrade actions to non-deprecated versions.
3
+ * Treat socket not found as info (not warning) as expected.
4
+
5
# v1.4.1 (February 7, 2024)
6
* Upgrade action to node20.
7
* Upgrade actions to non-deprecated versions.
package.json
@@ -1,6 +1,6 @@
{
"name": "ssh-socket-action",
- "version": "1.4.1",
+ "version": "1.4.2",
"description": "Setup an SSH socket with a private key.",
"main": "index.js",
"keywords": [],
0 commit comments