From 6d2950c8e737ce54e6142eddcb2548a0f882bd4e Mon Sep 17 00:00:00 2001 From: "ur-renovate[bot]" <121888725+ur-renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:44:06 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v46.1.19 --- .github/workflows/renovate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index ace3651..0352100 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -111,7 +111,7 @@ jobs: - name: Renovate if: inputs.dry_run_branch == '' - uses: renovatebot/github-action@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 + uses: renovatebot/github-action@22e0a16091fc706b04affe6ae53d5e3358ac4023 # v46.1.19 env: LOG_LEVEL: "debug" RENOVATE_REPOSITORIES: ${{ github.repository }} @@ -158,7 +158,7 @@ jobs: - name: Dry run if: inputs.dry_run_branch != '' && steps.default_branch_repo_config.outputs.file != '' - uses: renovatebot/github-action@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 + uses: renovatebot/github-action@22e0a16091fc706b04affe6ae53d5e3358ac4023 # v46.1.19 env: LOG_LEVEL: "debug" RENOVATE_REPOSITORIES: ${{ github.repository }}