From 4b6a590b8db0992e7c29f69d7b40d64231cf4554 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Mar 2026 00:01:26 +0000 Subject: [PATCH] chore(deps): update guillaumefalourd/branch-exists action to v1.2 --- .gitea/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index 8840468..ff7a0d9 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -118,7 +118,7 @@ jobs: - name: Check Branch Exists id: check-branch-exists if: github.event_name == 'pull_request' - uses: GuillaumeFalourd/branch-exists@v1.1 + uses: GuillaumeFalourd/branch-exists@v1.2 with: branch: ${{ gitea.base_ref }}