From 7126bfbc4f67c084bbba56d25c46713fc02bd604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:48:04 +0000 Subject: [PATCH] Bump the gha-all group with 2 updates Bumps the gha-all group with 2 updates: [actions/github-script](https://github.com/actions/github-script) and [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `renovatebot/github-action` from 46.1.8 to 46.1.9 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v46.1.8...v46.1.9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-all - dependency-name: renovatebot/github-action dependency-version: 46.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-gh-nightly-release.yml | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-gh-nightly-release.yml b/.github/workflows/ci-gh-nightly-release.yml index 8feeb7cd4a..cb885a067c 100644 --- a/.github/workflows/ci-gh-nightly-release.yml +++ b/.github/workflows/ci-gh-nightly-release.yml @@ -237,7 +237,7 @@ jobs: steps: - &update-moving-branch-step name: Move ${{ env.MOVING_BRANCH }} forward - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const owner = context.repo.owner; diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index df2b08f47f..1bbbc12c70 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -69,7 +69,7 @@ jobs: repositories: ${{ github.event.repository.name }} - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.1.8 + uses: renovatebot/github-action@v46.1.9 env: LOG_LEVEL: ${{ steps.config.outputs.log_level }} RENOVATE_DRY_RUN: ${{ steps.config.outputs.dry_run }}