diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 21376da..9470dc1 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@01fe8c35cf9b165e8f9e1567b53353be69eb757d # v2.6.25 + uses: bfra-me/renovate-action@87c9d848e0093e69f120959a31a644ffe0816449 # v2.6.26 with: branch: ${{ github.ref != 'refs/heads/main' && github.ref_name || '' }} cache: ${{ github.event_name == 'push' && contains('["main", "renovate/reconfigure"]', github.ref_name) }}