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 }}