Replace deprecated command with environment file (#318)

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
diff --git a/.github/workflows/ci-update-workflow.yml b/.github/workflows/ci-update-workflow.yml
index dd3c115..9687523 100644
--- a/.github/workflows/ci-update-workflow.yml
+++ b/.github/workflows/ci-update-workflow.yml
@@ -31,7 +31,7 @@
         # Get all supported Go versions and pass the space-separated versions
         # string to the next step
         versions=$(gcloud functions runtimes list --format="value(NAME)" --project=gae-runtimes-private --region=us-west1 | grep ^go | tr '\n' ' ' | xargs)
-        echo "::set-output name=versions::$versions"
+        echo "versions=$versions" >> $GITHUB_OUTPUT
       id: get_versions
 
     - name: Checkout appengine repo