From 912905a4595a9ab8dbb822b05612775409b50755 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:18:34 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action action to v46.2.1 --- .github/workflows/run-renovate-google.yaml | 2 +- .github/workflows/run-renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-renovate-google.yaml b/.github/workflows/run-renovate-google.yaml index f4f1698..e1e58d7 100644 --- a/.github/workflows/run-renovate-google.yaml +++ b/.github/workflows/run-renovate-google.yaml @@ -81,7 +81,7 @@ jobs: # https://github.com/marketplace/actions/renovate-bot-github-action - name: renovate bot - uses: renovatebot/github-action@3064367f740a1a91cca218698a63902689cce200 # v46.1.20 + uses: renovatebot/github-action@316d7cd859606d6039a2182b7d69199e9b036835 # v46.2.1 env: DRY_RUN: ${{ inputs.dry-run }} LOG_LEVEL: ${{ inputs.log-level }} diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index 6c37ae9..1d776b0 100644 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -59,7 +59,7 @@ jobs: # https://github.com/marketplace/actions/renovate-bot-github-action - name: renovate bot - uses: renovatebot/github-action@3064367f740a1a91cca218698a63902689cce200 # v46.1.20 + uses: renovatebot/github-action@316d7cd859606d6039a2182b7d69199e9b036835 # v46.2.1 env: LOG_LEVEL: ${{ inputs.log-level }} RENOVATE_DRY_RUN: ${{ inputs.dry-run }}