Skip to content

Commit aa58fcd

Browse files
authored
Replace deprecated command with environment file (#318)
Signed-off-by: jongwooo <[email protected]>
1 parent ef2135a commit aa58fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-update-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Get all supported Go versions and pass the space-separated versions
3232
# string to the next step
3333
versions=$(gcloud functions runtimes list --format="value(NAME)" --project=gae-runtimes-private --region=us-west1 | grep ^go | tr '\n' ' ' | xargs)
34-
echo "::set-output name=versions::$versions"
34+
echo "versions=$versions" >> $GITHUB_OUTPUT
3535
id: get_versions
3636

3737
- name: Checkout appengine repo

0 commit comments

Comments
 (0)