From 1c4944c0a0fdef6b38d06fdd7118c262aaf9212b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:14:44 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- 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 | 6 +++--- .github/workflows/pr_labeler.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/combine_prs.yml b/.github/workflows/combine_prs.yml index 91e7484..2617e66 100644 --- a/.github/workflows/combine_prs.yml +++ b/.github/workflows/combine_prs.yml @@ -60,7 +60,7 @@ jobs: # # In: - Out: JSON-encoded string # - name: Run custom js - # uses: actions/github-script@v6 + # uses: actions/github-script@v7 # id: vhw-test # env: # SOME_ENV: 'jaja' @@ -84,7 +84,7 @@ jobs: # echo $TEST2; - name: Fetch branch names - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: fetch-branch-names with: # github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} @@ -329,7 +329,7 @@ jobs: git push origin $COMBINE_BRANCH_NAME # Creates a PR with the new combined branch - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 name: Create Combined Pull Request env: BASE_BRANCH: ${{ steps.fetch-branch-names.outputs.base-branch }} diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index c7cb0b1..11be6f6 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -25,7 +25,7 @@ jobs: - name: Analyze and label PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: label-pr with: # github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}