From 0572ffac85512e186f5b5015c882e35fb5c413bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Mar 2026 18:19:22 +0000 Subject: [PATCH] chore(deps): update guillaumefalourd/branch-exists action to v1.2 (#5041) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [GuillaumeFalourd/branch-exists](https://github.com/GuillaumeFalourd/branch-exists) | action | minor | `v1.1` → `v1.2` | --- ### Release Notes
GuillaumeFalourd/branch-exists (GuillaumeFalourd/branch-exists) ### [`v1.2`](https://github.com/GuillaumeFalourd/branch-exists/releases/tag/v1.2) [Compare Source](https://github.com/GuillaumeFalourd/branch-exists/compare/v1.1...v1.2) Update actions/checkout to v6.0.2.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5041 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/lint-test-docker.yaml | 2 +- .gitea/workflows/lint-test-helm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/lint-test-docker.yaml b/.gitea/workflows/lint-test-docker.yaml index 55bd183d4..42e440aaa 100644 --- a/.gitea/workflows/lint-test-docker.yaml +++ b/.gitea/workflows/lint-test-docker.yaml @@ -28,7 +28,7 @@ jobs: - name: Check Branch Exists id: check-branch-exists if: github.event_name == 'pull_request' - uses: GuillaumeFalourd/branch-exists@009290475dc3d75b5d7ec680c0c5b614b0d9855d # v1.1 + uses: GuillaumeFalourd/branch-exists@650358876c774d6ccbd581b5553eb636dab79a97 # v1.2 with: branch: "${{ github.base_ref }}" diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 0259f331f..d6c454f3b 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -35,7 +35,7 @@ jobs: - name: Check Branch Exists id: check-branch-exists if: github.event_name == 'pull_request' - uses: GuillaumeFalourd/branch-exists@009290475dc3d75b5d7ec680c0c5b614b0d9855d # v1.1 + uses: GuillaumeFalourd/branch-exists@650358876c774d6ccbd581b5553eb636dab79a97 # v1.2 with: branch: ${{ github.base_ref }}