diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 9823e80..a292051 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -90,7 +90,7 @@ jobs: dry_run: ${{ github.event_name == 'push' && github.ref_name != github.event.repository.default_branch }} RENOVATE_FORK_PROCESSING: 'disabled' if: github.event_name != 'push' || steps.filter.outputs.changes == 'true' - uses: bfra-me/renovate-action@6698751cecd801c8132b98876b285edd04ae6ac0 # v4.3.3 + uses: bfra-me/renovate-action@4bde0a4790dfca46bcb5f72531ec9b4f7e0f83b2 # v4.4.0 with: autodiscover: ${{ env.autodiscover }} branch: ${{ env.dry_run == 'true' && github.ref_name || '' }}