From e1171a2167c2d465b4853e4f57f81f43feb85a6e Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:33:03 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action action to v46.1.14 --- .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 ac24fa5..58e90d8 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@6a9df9227eeb83af9a5abef6890bbb0c9068f436 # v46.1.11 + uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 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 fc5dcf0..12f5c76 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@6a9df9227eeb83af9a5abef6890bbb0c9068f436 # v46.1.11 + uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 env: LOG_LEVEL: ${{ inputs.log-level }} RENOVATE_DRY_RUN: ${{ inputs.dry-run }}