From da37636b2e87bf1dad61387a435f047dd784fba9 Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:26:07 +0000 Subject: [PATCH] ci(deps): update bfra-me/renovate-action action to v4.3.3 (#1055) Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com> --- .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 c7e2092..6a779d3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -70,7 +70,7 @@ jobs: ${{ !contains('["issues", "pull_request"]', github.event_name) && github.ref_name == 'main' || contains(github.ref_name, 'renovate/') }} dry_run: ${{ github.event_name == 'push' && github.ref_name != 'main' }} if: github.event_name != 'push' || steps.filter.outputs.changes == 'true' - uses: bfra-me/renovate-action@v4 + uses: bfra-me/renovate-action@6698751cecd801c8132b98876b285edd04ae6ac0 # v4.3.3 with: branch: ${{ env.dry_run == 'true' && github.ref_name || '' }} cache: ${{ env.cache }}