From 11ee3932efd425d083cece8cc29b3161ff86a814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:32:40 +0000 Subject: [PATCH] github-actions(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/close.yaml | 2 +- .github/workflows/merge.yaml | 4 ++-- .github/workflows/triage.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/close.yaml b/.github/workflows/close.yaml index 2f46afd..364ded4 100644 --- a/.github/workflows/close.yaml +++ b/.github/workflows/close.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: "Close pull requests created by violinist-bot" - uses: "actions/github-script@v6" + uses: "actions/github-script@v7" with: github-token: "${{ secrets.GITHUB_TOKEN }}" script: | diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index a76f49a..7ae3528 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: "Approve pull request" - uses: "actions/github-script@v6" + uses: "actions/github-script@v7" with: github-token: "${{ secrets.GITHUB_TOKEN }}" script: | @@ -40,7 +40,7 @@ jobs: }); - name: "Merge pull request" - uses: "actions/github-script@v6" + uses: "actions/github-script@v7" with: github-token: "${{ secrets.GITHUB_TOKEN }}" script: | diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 485bc3e..b5466f9 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: "Add labels based on branch name" - uses: "actions/github-script@v6" + uses: "actions/github-script@v7" with: github-token: "${{ secrets.GITHUB_TOKEN }}" script: |