From b7116e74f706b0f6f0c93dbdd8726305c89435f4 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Wed, 14 Aug 2024 10:37:32 -0700 Subject: [PATCH] ci(renovate): pin @bfra-me/renovate-action action to major version --- .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 6a779d3..0f10e8f 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@6698751cecd801c8132b98876b285edd04ae6ac0 # v4.3.3 + uses: bfra-me/renovate-action@6698751cecd801c8132b98876b285edd04ae6ac0 # v4 with: branch: ${{ env.dry_run == 'true' && github.ref_name || '' }} cache: ${{ env.cache }}