From 4fac01d5a3b3f22226027ed234cabc230d63d94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:14:20 +0000 Subject: [PATCH] chore(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-dependabot-updates.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/combine-dependabot-updates.yml b/.github/workflows/combine-dependabot-updates.yml index 821bb5eaef..0244f208a8 100644 --- a/.github/workflows/combine-dependabot-updates.yml +++ b/.github/workflows/combine-dependabot-updates.yml @@ -83,7 +83,7 @@ jobs: git push origin "${{ inputs.branch_name }}" echo "pr_body=$pr_body" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} script: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd66ff6e29..965575a665 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: name: "v${{ github.event.inputs.version }}" commit: "${{ github.event.inputs.target_branch }}" - name: Create Pull Request - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} script: |