From 398a3822194fd1b985dcbe3cbbca35c5f6c5807f Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 4 Apr 2025 13:40:02 -0400 Subject: [PATCH] ci: removes outdated syntax Signed-off-by: Vincent Biret --- .github/workflows/metadata-parser-validation.yml | 2 +- .github/workflows/openapi-parser-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/metadata-parser-validation.yml b/.github/workflows/metadata-parser-validation.yml index 2f1e8f1bb..519ae9f1e 100644 --- a/.github/workflows/metadata-parser-validation.yml +++ b/.github/workflows/metadata-parser-validation.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: set-conversion-settings - run: echo "::set-output name=matrix::$(ls conversion-settings/*.json | sed 's/.*\///' | sed 's/\.[^.]*$//' | jq -R -s -c 'split("\n")[:-1]')" + run: echo "matrix=$(ls conversion-settings/*.json | sed 's/.*\///' | sed 's/\.[^.]*$//' | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT build: needs: list-conversion-settings diff --git a/.github/workflows/openapi-parser-validation.yml b/.github/workflows/openapi-parser-validation.yml index b234baac8..76c39be77 100644 --- a/.github/workflows/openapi-parser-validation.yml +++ b/.github/workflows/openapi-parser-validation.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: set-conversion-settings - run: echo "::set-output name=matrix::$(ls conversion-settings/*.json | sed 's/.*\///' | sed 's/\.[^.]*$//' | jq -R -s -c 'split("\n")[:-1]')" + run: echo "matrix=$(ls conversion-settings/*.json | sed 's/.*\///' | sed 's/\.[^.]*$//' | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT build: needs: list-conversion-settings