Upgrade agent to 0.2.3 (#2124)

Refer #2121 for the changelog.
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index 038946a..cbcffcc 100755
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -1609,7 +1609,7 @@
     repo = "bazelbuild/continuous-integration"
     if THIS_IS_TESTING and "BAZELCI_AGENT_REPO" in os.environ:
         repo = os.environ["BAZELCI_AGENT_REPO"]
-    version = "0.2.2"
+    version = "0.2.3"
     if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ:
         version = os.environ["BAZELCI_AGENT_VERSION"]
     postfix = ""