From 84d79ecda62dc3c2c18979e43fb492fc49165b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 21:22:30 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6.2.0 to 6.3.0 (#5271) Bumps [actions/github-script](https://github.com/actions/github-script) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/continous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continous-delivery.yml b/.github/workflows/continous-delivery.yml index cb9498831..754219c8f 100644 --- a/.github/workflows/continous-delivery.yml +++ b/.github/workflows/continous-delivery.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Getting Zebrad Version id: get - uses: actions/github-script@v6.2.0 + uses: actions/github-script@v6.3.0 with: result-encoding: string script: |