From 33d151f96f662fa5bf0b2b68f8e326f62e1a2d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 19 Oct 2022 16:40:41 +0200 Subject: [PATCH] Bump actions/github-script version to v6 (#13027) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández Signed-off-by: Carlos Rodríguez Hernández --- .github/workflows/cd-pipeline.yml | 2 +- .github/workflows/ci-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index eb28a17ec..3a803bd8b 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -128,7 +128,7 @@ jobs: - id: show-error name: 'Show error' if: ${{ steps.get-chart.outputs.result == 'fail' }} - uses: actions/github-script@v3 + uses: actions/github-script@v6 with: script: | core.setFailed('${{ steps.get-chart.outputs.error }}') diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index f6a8bbd17..2015995b1 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -75,7 +75,7 @@ jobs: - id: show-error name: Show error if: ${{ steps.get-chart.outputs.result == 'fail' }} - uses: actions/github-script@v3 + uses: actions/github-script@v6 with: script: | core.setFailed('${{ steps.get-chart.outputs.error }}')