chore(deps): update guillaumefalourd/branch-exists action to v1.2

This commit is contained in:
2026-03-25 00:01:26 +00:00
parent eaf468767f
commit 4b6a590b8d

View File

@@ -118,7 +118,7 @@ jobs:
- name: Check Branch Exists - name: Check Branch Exists
id: check-branch-exists id: check-branch-exists
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
uses: GuillaumeFalourd/branch-exists@v1.1 uses: GuillaumeFalourd/branch-exists@v1.2
with: with:
branch: ${{ gitea.base_ref }} branch: ${{ gitea.base_ref }}