From 5aec289d555296f5271acdf3b5bddc64bf063f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:38:47 +0000 Subject: [PATCH] build(deps): Bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [actions/github-script](https://github.com/actions/github-script). Updates `softprops/action-gh-release` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.6.1...v3.0.0) Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-release.yml | 2 +- .github/workflows/thank-you-issue_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 7819dbfbb..0fbdf339b 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -95,7 +95,7 @@ jobs: shell: bash - name: Create and Upload Release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v3.0.0 with: tag_name: nightly-${{ env.version }} name: Nightly Release ${{ env.version }} diff --git a/.github/workflows/thank-you-issue_ci.yml b/.github/workflows/thank-you-issue_ci.yml index b23ed2ca7..db343625f 100644 --- a/.github/workflows/thank-you-issue_ci.yml +++ b/.github/workflows/thank-you-issue_ci.yml @@ -10,7 +10,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v8.0.0 + - uses: actions/github-script@v9.0.0 with: github-token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }} script: |