diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 8deadd7d..1f81e073 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@f0f19e4c8c4e6d7e7f87ab543986e2b0d19512af # v2.7.7 with: branch: ${{ github.ref != 'refs/heads/main' && github.ref_name || '' }} cache: ${{ github.event_name == 'push' && contains('["main", "renovate/reconfigure"]', github.ref_name) }}