From 83d0a6167de6b72044a71781ef1df728b059d4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 07:03:33 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 5 to 6.3.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.3.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6.3.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-framework.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-framework.yml b/.github/workflows/deploy-framework.yml index cdd23f3c7242..706de5e5de49 100644 --- a/.github/workflows/deploy-framework.yml +++ b/.github/workflows/deploy-framework.yml @@ -36,7 +36,7 @@ jobs: run: ./source/.github/scripts/deploy-framework ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/framework ${GITHUB_REF##*/} - name: Release - uses: actions/github-script@v5 + uses: actions/github-script@v6.3.0 with: github-token: ${{secrets.ACCESS_TOKEN}} script: | @@ -81,7 +81,7 @@ jobs: run: ./source/.github/scripts/deploy-appstarter ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/appstarter ${GITHUB_REF##*/} - name: Release - uses: actions/github-script@v5 + uses: actions/github-script@v6.3.0 with: github-token: ${{secrets.ACCESS_TOKEN}} script: |