From c07a8f54b424f50b857e13bde9924f719c9a69b6 Mon Sep 17 00:00:00 2001 From: dscho99 <dscho@mantech.co.kr> Date: Mon, 17 Jul 2023 19:39:57 +0900 Subject: [PATCH] chore: fix deprecated github action command (#2163) --- .github/workflows/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml index df90dd4d..8623c0be 100644 --- a/.github/workflows/versions.yaml +++ b/.github/workflows/versions.yaml @@ -33,7 +33,7 @@ jobs: mv /tmp/versions.json jsonnet/kube-prometheus/versions.json # Get the links to the changelogs of the updated versions and make them # available to the reviewers - echo ::set-output name=new_changelogs::$(scripts/get-new-changelogs.sh) + echo "new_changelogs=$(scripts/get-new-changelogs.sh)" >> $GITHUB_OUTPUT if: matrix.branch == 'main' - name: Update jsonnet dependencies run: | -- GitLab