From 4705d22504b9861a3eb428eca28656227c7dd0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:49:07 +0000 Subject: [PATCH] Bump the gha-all group with 2 updates Bumps the gha-all group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2) Updates `renovatebot/github-action` from 44.2.6 to 46.0.0 - [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/v44.2.6...v46.0.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-all - dependency-name: renovatebot/github-action dependency-version: 46.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-all ... Signed-off-by: dependabot[bot] --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9ca0eeda26..3c5143c38c 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -61,7 +61,7 @@ jobs: - name: Create GitHub App token id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ vars.RENOVATE_APP_ID }} private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }} @@ -69,7 +69,7 @@ jobs: repositories: ${{ github.event.repository.name }} - name: Self-hosted Renovate - uses: renovatebot/github-action@v44.2.6 + uses: renovatebot/github-action@v46.0.1 env: LOG_LEVEL: ${{ steps.config.outputs.log_level }} RENOVATE_DRY_RUN: ${{ steps.config.outputs.dry_run }}