From 6d71f29eda7a368aace4ec17affbb43a9317d382 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Mar 2026 18:07:38 +0000 Subject: [PATCH] chore(deps): update guillaumefalourd/branch-exists action to v1.2 --- .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 }}