From fe1b000d5be4f930f388e1a4ba588b5608b32ab8 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Fri, 4 Sep 2026 15:56:39 -0700 Subject: [PATCH] chore(ci): bump bfra-me/.github to v4.25.1 Takes bfra-me/renovate-action 10.34.1, which restores tar in the Renovate runtime. Renovate on 10.34.0 exits before servicing any dependencies, so this pin cannot self-update. --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 9af5bd9..4af33e6 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -59,7 +59,7 @@ jobs: secrets: APPLICATION_ID: ${{ secrets.APPLICATION_ID }} APPLICATION_PRIVATE_KEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} - uses: bfra-me/.github/.github/workflows/renovate.yaml@0736b45c689977fadd5728959bd46277341b4f7c # v4.25.0 + uses: bfra-me/.github/.github/workflows/renovate.yaml@b21f524ef9c4d3b06d2596abbdc799a975020849 # v4.25.1 with: log-level: ${{ inputs.log-level || vars.WORKFLOW_LOG_LEVEL || 'debug' }} print-config: ${{ inputs.print-config || false }}