From b1c76e158f826d8fbc573bcdb709823d9e597437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:08:13 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 3 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/combine-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 41f8c35..9e664bf 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -20,7 +20,7 @@ jobs: combine-prs: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v3 + - uses: actions/github-script@v6 id: fetch-branch-names name: Fetch branch names env: @@ -126,7 +126,7 @@ jobs: git pull origin $sourceBranches --no-edit git push origin $COMBINE_BRANCH_NAME - - uses: actions/github-script@v3 + - uses: actions/github-script@v6 name: Create Combined Pull Request env: PULLS: ${{ steps.fetch-branch-names.outputs.pulls }}