Update for action version.

See https://github.com/apache/openwhisk/pull/4761.

@sciabarracom why do we have two copies of these tests (loop and non loop)?
diff --git a/tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala b/tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala
index ec627b5..ee39ba4 100644
--- a/tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala
+++ b/tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala
@@ -56,6 +56,7 @@
           |         response.addProperty("api_key", System.getenv("__OW_API_KEY"));
           |         response.addProperty("namespace", System.getenv("__OW_NAMESPACE"));
           |         response.addProperty("action_name", System.getenv("__OW_ACTION_NAME"));
+          |         response.addProperty("action_version", System.getenv("__OW_ACTION_VERSION"));
           |         response.addProperty("activation_id", System.getenv("__OW_ACTIVATION_ID"));
           |         response.addProperty("deadline", System.getenv("__OW_DEADLINE"));
           |         return response;