diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 8deadd7d..7f05ad1c 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -60,7 +60,7 @@ jobs: run: echo 'renovate=true' >> $GITHUB_OUTPUT - name: Renovate if: steps.should-renovate.outputs.renovate == 'true' - uses: bfra-me/renovate-action@77f7fb2e00b3b36b40e72211d0d178d28f265ec9 # v2.7.6 + uses: bfra-me/renovate-action@f1f9d0c6884c6594dd35a6ce91830e846378afa3 # v2.7.8 with: branch: ${{ github.ref != 'refs/heads/main' && github.ref_name || '' }} cache: ${{ github.event_name == 'push' && contains('["main", "renovate/reconfigure"]', github.ref_name) }}